Commit Graph
5 Commits
Author SHA1 Message Date
Admin Bot f1030aae82 docs: add CanvasReasonerActivity for auto-inferring workflow connections
CI / Vet, test, build (push) Canceled after 0s
CI / Build and push image (push) Canceled after 0s
2026-09-05 00:54:30 -07:00
Admin Bot dc97afb0ef docs: add JWT auth token to LLM inference activities
CI / Vet, test, build (push) Canceled after 4m22s
CI / Build and push image (push) Canceled after 0s
2026-09-05 00:47:27 -07:00
Admin Bot eb4c2ff13d docs: add LLM inference in workflows section
CI / Build and push image (push) Canceled after 0s
CI / Vet, test, build (push) Canceled after 1m23s
2026-09-05 00:43:53 -07:00
Admin Bot a0995edbd0 refactor: consolidate docs, write unified API reference
CI / Build and push image (push) Canceled after 0s
CI / Vet, test, build (push) Canceled after 20s
Deleted:
- 43 outdated/completed task files (phases 0-8)
- All design docs (REQUIREMENTS, ADR, routing design, etc)
- Phase-specific docs (temporal, JWT, tool calls, testing guides)
- Redundant API docs (API-llm, API-sqs, SERVICE-USAGE)

Kept: README.md (project overview)

New: Comprehensive API.md
- Single source of truth for api.riotpiao.com
- All services in one place: LLM, workflows, queues, memory, IAM, S3
- Complete request/response examples
- Authentication via JWT bearer tokens + capabilities
- Error handling (RFC 9457)
- Rate limits, timeouts, status codes
- Real-world examples (RAG pipeline, workflow orchestration)

Benefits:
 Developer finds everything in API.md
 No duplicate/stale docs
 Reduced maintenance burden
 Single source of truth
2026-08-29 22:38:20 -07:00
Story Crater Bot c8c656046a docs: comprehensive api and testing documentation
- API.md: Full REST API documentation with examples
  * All endpoints (health, models, chat, embeddings, rerank)
  * Request/response schemas
  * Error handling (RFC 9457 problem+json)
  * Examples in bash, Python, TypeScript

- TESTING_GUIDE.md: Quick reference testing guide
  * 15 copy-paste test commands
  * Complete testing checklist
  * Troubleshooting guide
  * Performance testing examples
  * Integration test scripts

Ready for deployment verification and integration testing.
2026-08-19 23:55:22 -07:00