|
4 | 4 | "logo": { |
5 | 5 | "light": "/logo-light.svg", |
6 | 6 | "dark": "/logo-dark.svg", |
7 | | - "href": "https://github.com/socioy/afk" |
| 7 | + "href": "https://github.com/arpan404/afk" |
8 | 8 | }, |
9 | 9 | "theme": "mint", |
10 | 10 | "layout": "sidenav", |
|
14 | 14 | }, |
15 | 15 | "topbarCtaButton": { |
16 | 16 | "type": "github", |
17 | | - "url": "https://github.com/socioy/afk" |
| 17 | + "url": "https://github.com/arpan404/afk" |
18 | 18 | }, |
19 | 19 | "sidebar": { |
20 | 20 | "items": "undecorated" |
|
27 | 27 | }, |
28 | 28 | "footer": { |
29 | 29 | "socials": { |
30 | | - "github": "https://github.com/socioy/afk" |
| 30 | + "github": "https://github.com/arpan404/afk" |
31 | 31 | } |
32 | 32 | }, |
| 33 | + "tabs": [ |
| 34 | + { |
| 35 | + "name": "Examples", |
| 36 | + "url": "library/examples" |
| 37 | + } |
| 38 | + ], |
33 | 39 | "navigation": { |
34 | | - "groups": [ |
35 | | - { |
36 | | - "group": "Welcome", |
37 | | - "pages": ["index", "library/overview", "library/quickstart"] |
38 | | - }, |
39 | | - { |
40 | | - "group": "Learn", |
41 | | - "pages": [ |
42 | | - "library/learn-in-15-minutes", |
43 | | - "library/mental-model", |
44 | | - "library/how-to-use-afk" |
45 | | - ] |
46 | | - }, |
47 | | - { |
48 | | - "group": "Core Concepts", |
49 | | - "pages": [ |
50 | | - "library/agents", |
51 | | - "library/core-runner", |
52 | | - "library/tools", |
53 | | - "library/streaming", |
54 | | - "library/memory", |
55 | | - "library/system-prompts", |
56 | | - "library/agent-skills" |
57 | | - ] |
58 | | - }, |
59 | | - { |
60 | | - "group": "Scaling Up", |
61 | | - "pages": [ |
62 | | - "library/agentic-behavior", |
63 | | - "library/agentic-levels", |
64 | | - "library/architecture", |
65 | | - "library/building-with-ai", |
66 | | - "library/developer-guide" |
67 | | - ] |
68 | | - }, |
| 40 | + "tabs": [ |
69 | 41 | { |
70 | | - "group": "Communication", |
71 | | - "pages": [ |
72 | | - "library/messaging", |
73 | | - "library/a2a", |
74 | | - "library/task-queues", |
75 | | - "library/mcp-server" |
76 | | - ] |
77 | | - }, |
78 | | - { |
79 | | - "group": "LLM Layer", |
80 | | - "pages": [ |
81 | | - "llms/index", |
82 | | - "llms/contracts", |
83 | | - "llms/adapters", |
84 | | - "llms/control-and-session", |
85 | | - "llms/agent-integration" |
| 42 | + "tab": "Guides", |
| 43 | + "groups": [ |
| 44 | + { |
| 45 | + "group": "Welcome", |
| 46 | + "pages": ["index", "library/overview", "library/quickstart"] |
| 47 | + }, |
| 48 | + { |
| 49 | + "group": "Learn", |
| 50 | + "pages": [ |
| 51 | + "library/learn-in-15-minutes", |
| 52 | + "library/mental-model", |
| 53 | + "library/how-to-use-afk" |
| 54 | + ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "group": "Core Concepts", |
| 58 | + "pages": [ |
| 59 | + "library/agents", |
| 60 | + "library/core-runner", |
| 61 | + "library/tools", |
| 62 | + "library/streaming", |
| 63 | + "library/memory", |
| 64 | + "library/system-prompts", |
| 65 | + "library/agent-skills" |
| 66 | + ] |
| 67 | + }, |
| 68 | + { |
| 69 | + "group": "Scaling Up", |
| 70 | + "pages": [ |
| 71 | + "library/agentic-behavior", |
| 72 | + "library/agentic-levels", |
| 73 | + "library/architecture", |
| 74 | + "library/building-with-ai", |
| 75 | + "library/developer-guide" |
| 76 | + ] |
| 77 | + }, |
| 78 | + { |
| 79 | + "group": "Communication", |
| 80 | + "pages": [ |
| 81 | + "library/messaging", |
| 82 | + "library/a2a", |
| 83 | + "library/task-queues", |
| 84 | + "library/mcp-server" |
| 85 | + ] |
| 86 | + }, |
| 87 | + { |
| 88 | + "group": "LLM Layer", |
| 89 | + "pages": [ |
| 90 | + "llms/index", |
| 91 | + "llms/contracts", |
| 92 | + "llms/adapters", |
| 93 | + "llms/control-and-session", |
| 94 | + "llms/agent-integration" |
| 95 | + ] |
| 96 | + }, |
| 97 | + { |
| 98 | + "group": "Reliability", |
| 99 | + "pages": [ |
| 100 | + "library/observability", |
| 101 | + "library/evals", |
| 102 | + "library/security-model", |
| 103 | + "library/failure-policy-matrix" |
| 104 | + ] |
| 105 | + } |
86 | 106 | ] |
87 | 107 | }, |
88 | 108 | { |
89 | | - "group": "Reliability", |
90 | | - "pages": [ |
91 | | - "library/observability", |
92 | | - "library/evals", |
93 | | - "library/security-model", |
94 | | - "library/failure-policy-matrix" |
95 | | - ] |
96 | | - }, |
97 | | - { |
98 | | - "group": "Reference", |
| 109 | + "tab": "References", |
99 | 110 | "pages": [ |
100 | 111 | "library/api-reference", |
101 | | - "library/examples/index", |
| 112 | + "library/configuration-reference", |
| 113 | + "library/environment-variables", |
102 | 114 | "library/full-module-reference", |
103 | 115 | "library/public-imports-and-function-improvement", |
104 | 116 | "library/run-event-contract", |
|
108 | 120 | "library/tool-call-lifecycle", |
109 | 121 | "library/checkpoint-schema" |
110 | 122 | ] |
| 123 | + }, |
| 124 | + { |
| 125 | + "tab": "Examples", |
| 126 | + "pages": [ |
| 127 | + "library/examples/index", |
| 128 | + "library/snippets/01_minimal_chat_agent", |
| 129 | + "library/snippets/02_policy_with_hitl", |
| 130 | + "library/snippets/03_subagents_with_router", |
| 131 | + "library/snippets/04_resume_and_compact", |
| 132 | + "library/snippets/05_direct_llm_structured_output", |
| 133 | + "library/snippets/06_tool_registry_security", |
| 134 | + "library/snippets/07_tool_hooks_and_middleware", |
| 135 | + "library/snippets/08_prebuilt_runtime_tools", |
| 136 | + "library/snippets/09_system_prompt_loader", |
| 137 | + "library/snippets/10_streaming_chat_with_memory", |
| 138 | + "library/snippets/11_cost_monitoring", |
| 139 | + "library/snippets/12_mcp_client_integration", |
| 140 | + "library/snippets/13_multi_model_fallback" |
| 141 | + ] |
111 | 142 | } |
112 | 143 | ] |
113 | 144 | } |
|
0 commit comments