Restructured docs to diataxis#72
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThis PR restructures documentation: new “Explanation,” “How-to,” “Tutorials,” and consolidated “Reference” sections; moves framework guides under how-to; adds multiple new guides and tutorials; removes several legacy SDK/framework docs; injects a NeedHelp snippet across pages; updates docs navigation and Docker dev config. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor Dev as Client (SDK/HTTP)
participant GW as API Gateway
participant AM as Agent Manager
participant VM as Agent MicroVM
participant DS as Data Store
Dev->>GW: Invoke entrypoint (JSON payload)
GW->>AM: Resolve agent/tag and resources
AM->>VM: Provision/route to sandbox
VM->>DS: Optional fetch/config/state
VM-->>GW: Result stream (chunks)
GW-->>Dev: Stream to client (WS/HTTP SSE)
alt Error
VM-->>GW: Error details
GW-->>Dev: Structured error response
end
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Poem
✨ Finishing touches🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (62)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit
Documentation
Chores