Description
Updates the agent-os-technical-report.md blog post draft to correct architectural inaccuracies and update code examples based on recent API changes.
Changes
- Section 2.1 (Architecture Diagram):
- Corrected the diagram to show the Agent OS SDK and MCP Server Layer as parallel entry points to the Service Layer.
- Explicitly labeled the underlying data realms:
- Knowledge Base: ChromaDB (1 Collection)
- Memory Core: ChromaDB (2 Collections)
- GitHub Workflow: API & Filesystem
- Section 4.1 (Code Example):
- Updated the
KB_QueryService example to use the new limit parameter.
- Removed inaccurate claims about token usage for query results.
- Refined comments to focus on "Broad Search & Filtering" as the primary benefit of Code Execution for this use case.
Acceptance Criteria
- The architecture diagram correctly reflects the "Service vs. Server" decoupling.
- The code example in Section 4.1 is technically accurate and aligns with the current OpenAPI spec.
- Misleading claims about token costs for metadata-only queries are removed.
Description
Updates the
agent-os-technical-report.mdblog post draft to correct architectural inaccuracies and update code examples based on recent API changes.Changes
KB_QueryServiceexample to use the newlimitparameter.Acceptance Criteria