-
Notifications
You must be signed in to change notification settings - Fork 1
V1 docs #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Flip version picker: v0 is "Current", v1 is "Preview" - Replace deprecation banner with preview banner - Update install/quickstart to use agentuity CLI - Remove TODOs and archived content
- Update naming to Routes/ with expanded content - Add more accurate callouts to route pages - Add middleware sections to email, SSE, WebSocket docs - Consolidate API pages (content moved to Routes) - Fix cross-referenced links throughout
Signed-off-by: Matthew Congrove <mcongrove@agentuity.com>
- Fix route patterns and imports in examples - Styling/consistency tweaks - Add Summary table to rag-agent.mdx - Add AGENTUITY_PUBLIC_* tip to build-configuration.mdx
- Document standalone validator() for routes without agents - Rewrite server-utilities to show direct SDK storage access pattern
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| 🚫 Deployment cancelled View logs |
docs-preview | 8a1a81d | Jan 08 2026, 09:06 PM |
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis PR performs a comprehensive restructuring of documentation from an older architecture (Introduction, CLI, Changelog, Cloud, Guides, Examples sections) to a new information model (Get-Started, Frontend, Agents, APIs, Learn/Cookbook). It systematically converts type imports throughout the codebase to type-only imports, adds new UI components for documentation layout, and makes minor code adjustments in agent processing logic. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Rationale: Type-only import changes are systematic and repetitive across ~25 files (straightforward pattern verification). Documentation migration is extensive (~12,000+ lines shifted) but mostly content-based with limited risk. However, requires careful scrutiny of: (1) const/let change in streaming processor that conflicts with later mutation, (2) else-block removal in state manager, (3) initialization pattern removals, and (4) verification that all documentation content migrated correctly to new structure. Possibly related PRs
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (274)
Comment |
Summary by CodeRabbit
Release Notes
New Features
Documentation
Refactor
✏️ Tip: You can customize this high-level summary in your review settings.