This repository was archived by the owner on Mar 25, 2026. It is now read-only.
Commit bba4c12
V1 docs (#329)
* Add v1 docs
* Fix context object usage
* Add (initial) training modules and examples
* Add some marketing terms
* Add remaining Training docs
* Update Training docs structure
* Fix dev training docs structure
* Update code block highlighting
* Tweaks
* Clarify context naming in routes vs agents
* Update docs structure
* Add version picker
* Update version tabs, fix sidebar spacing
* Reorder Agents docs
* Set v0 as current, update CLI commands
- 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
* Add remaining "Build" docs
* Add Reference (CLI) pages
* Update sidebar page names
* Tweaks
- Add Cookbook section with tutorials and patterns
- Update message in preview banner
- Align logo on sidebar
* Restructure Routes and APIs pages
- 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
* Fix internal links in Routes docs
* Add @agentuity/schema examples
* Tweaks
* Add Bun S3/SQL storage pages, restructure CLI reference
* Fix v1 links
* Tweaks
* Update to latest SDK
* Update wrangler.jsonc
Signed-off-by: Matthew Congrove <mcongrove@agentuity.com>
* Show v1 preview first
* Fix install instructions, shorten migration guide
* Sync docs with v1 SDK, add Bun docs links
- Clean up pages, sidebar
- Point migration guide to Cookbook instead
* Fix state management docs
* Fix React hooks docs
- Update invoke signature
- Add missing return values
* Refine alpha docs
* Add more templates, web app links
* Fix agent file structure docs
* Add warnings for email/SMS (WIP)
* Clarify templates, email docs
* Clarify "get started" pages
* Fix agent file structure
* Tweaks
* SDK Reference rename + context access callouts
* Remove AgentContext imports (types now inferred), reduce callouts
* Tweak CLI overview page
* Add build config and Tailwind setup docs
* Add tutorials and workbench docs, update CLI reference
* Cookbook fixes and AGENTUITY_PUBLIC_* docs
- 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
* Fix evals docs
* Add authentication docs
* Add Vite docs
* Tweaks
* Clarify session and threads
* Add RPC client docs, update auth and CLI pages
* Fix useAPI import, add auth callout
* Update middleware patterns
* Enhance async state management in agents
* Fix auth middleware signature, remove old auth integrations
* Add access patterns tables for Agentuity APIs
* Update evals docs, add sandbox API docs
* Add standalone validator and direct SDK access docs
- Document standalone validator() for routes without agents
- Rewrite server-utilities to show direct SDK storage access pattern
* Add cross-ref links, route callouts
* Remove v0 docs, migrate to v1
* Tweaks
---------
Signed-off-by: Matthew Congrove <mcongrove@agentuity.com>
Co-authored-by: parteeksingh24 <parteek.singh24@gmail.com>1 parent 5f52845 commit bba4c12
274 files changed
Lines changed: 22246 additions & 16275 deletions
File tree
- agent-docs
- src/agents/agent-pulse
- request
- state
- streaming
- app
- (docs)
- [[...slug]]
- api
- sessions
- [sessionId]
- messages
- tutorials/[id]
- steps/[stepNumber]
- users/tutorial-state
- chat
- [sessionId]
- components
- services
- utils
- llms-full.txt
- llms.txt
- components
- ui
- content
- APIs
- Agents
- Build
- CLI
- Changelog
- Cloud
- Examples
- Frontend
- Get-Started
- Guides
- Introduction
- Learn
- Cookbook
- Patterns
- Tutorials
- Reference
- CLI
- Routes
- SDKs
- javascript
- examples
- python
- examples
- Services
- Observability
- Sandbox
- Storage
- Troubleshooting/error-codes
- examples/training
- 01-intro
- step1-basic-agent
- step2-with-logging
- step3-with-storage
- step4-schema-validation
- 02-anatomy
- step1-two-file-pattern
- step2-http-routing
- step3-context-object
- step4-request-response
- 03-specialized-routes
- step1-status-checker
- step2-email-responder
- step3-realtime-echo
- step4-multi-trigger-notifications
- 04-state-management
- step1-request-state
- step2-thread-state
- step3-session-state
- step4-state-lifecycle
- 05-storage-apis
- step1-kv-basics
- step2-kv-persistent
- step3-vector-basics
- step4-vector-filtering
- step5-object-storage
- 06-agent-communication
- step1-basic-agent-calls
- coordinator
- enricher
- step2-sequential-workflows/coordinator
- step3-parallel-execution/aggregator
- step4-smart-routing
- router
- support-agent
- 07-observability-evals-validation
- step1-basic-evaluations
- step2-advanced-evals
- step3-event-system
- step4-structured-logging
- step5-advanced-validation
- step6-custom-spans
- lib
- tutorial
- validation
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
0 commit comments