-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
163 lines (157 loc) · 4.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
163 lines (157 loc) · 4.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
site_name: Agentomatic
site_description: Drop agents, not code — Zero-code multi-agent API platform framework
site_author: UnicoLab
site_url: https://unicolab.github.io/agentomatic
repo_url: https://github.com/UnicoLab/agentomatic
repo_name: UnicoLab/agentomatic
edit_uri: edit/main/docs/
copyright: Copyright © 2024-2026 UnicoLab
theme:
name: material
custom_dir: docs/overrides
logo: assets/logo.png
favicon: assets/logo.png
font:
text: Inter
code: JetBrains Mono
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: pink
toggle:
icon: material/brightness-7
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: pink
toggle:
icon: material/brightness-4
name: Switch to dark mode
features:
- announce.dismiss
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- navigation.footer
- navigation.path
- search.suggest
- search.highlight
- search.share
- content.tabs.link
- content.code.copy
- content.code.annotate
- content.tooltips
- toc.follow
icon:
repo: fontawesome/brands/github
plugins:
- search
- mike:
alias_type: symlink
canonical_version: latest
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.details
- pymdownx.snippets
- pymdownx.mark
- pymdownx.keys
- pymdownx.smartsymbols
- admonition
- attr_list
- md_in_html
- def_list
- footnotes
- abbr
- toc:
permalink: true
toc_depth: 3
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github
link: https://github.com/UnicoLab/agentomatic
name: Agentomatic on GitHub
- icon: fontawesome/brands/python
link: https://pypi.org/project/agentomatic/
name: Agentomatic on PyPI
generator: false
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Concepts & Glossary: getting-started/concepts.md
- Quick Start: getting-started/quickstart.md
- Your First Agent: getting-started/first-agent.md
- User Guide:
- Class-Based Agents: guide/class-agents.md
- Agent Structure & Discovery: guide/agent-structure.md
- Cookbook & Recipes: guide/cookbook.md
- Templates: guide/templates.md
- Input & Output Schemas: guide/schemas.md
- Prompt Management: guide/prompts.md
- Configuration: guide/configuration.md
- Storage Backends: guide/storage.md
- Middleware: guide/middleware.md
- LangGraph Integration: guide/langgraph.md
- ML Plugins: guide/ml-plugins.md
- Testing Your Agents: guide/testing.md
- Advanced:
- Production Deployment: guide/deployment.md
- Platform Features: guide/platform-features.md
- Custom Endpoints: guide/endpoints.md
- Tasks & Execution Modes: guide/tasks.md
- Status Dashboard: guide/status.md
- Ingestion & RAG: guide/ingestion.md
- Per-Agent Connections: guide/connections.md
- Custom DB & Vector Connections: guide/custom-connections.md
- Prompt Optimization: guide/optimization.md
- Observability & Monitoring: guide/observability.md
- Telemetry & Feedback: guide/telemetry.md
- Pipelines: guide/pipelines.md
- Configuration Stacks: guide/stacks.md
- LLM Providers & Failover: guide/llm-providers.md
- Security & Zero Trust: guide/security.md
- Production Control Plane: guide/control-plane.md
- Swarm Delegation: guide/delegation.md
- Debugging:
- Agentomatic Studio: guide/studio.md
- Deep Agent Integration: guide/deep-agents.md
- Chat Interface (Chainlit): guide/debug-ui.md
- Demo Command: guide/demo.md
- CLI Reference:
- Commands: cli/commands.md
- Architecture:
- Overview: architecture/overview.md
- API Reference: architecture/api-reference.md
- Frontend API Guide: FRONTEND_API_GUIDE.md
- Contributing: contributing.md
- Changelog: changelog.md