-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (88 loc) · 3.19 KB
/
mkdocs.yml
File metadata and controls
88 lines (88 loc) · 3.19 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
site_name: Agentic Docs
site_url: https://supercog.ai/agentic
repo_url: https://github.com/supercog-ai/agentic
repo_name: supercog-ai/agentic
exclude_docs: docs/hooks/*
extra:
version:
provider: mike
theme:
name: material
logo: assets/icon-docs.svg
favicon: assets/favicon.ico
palette:
scheme: default
primary: black
icon:
repo: fontawesome/brands/github
features:
- toc.follow
- navigation.indexes
markdown_extensions:
- codehilite
- toc
- attr_list
- md_in_html
- pymdownx.blocks.caption
plugins:
- search
- swagger-ui-tag
- mike:
alias_type: symlink
version_selector: true
hooks:
- docs/hooks/generate_swagger.py
nav:
- index.md
- getting-started.md
- Core Concepts:
- core-concepts/index.md
- Introduction to Agents: core-concepts/introduction-to-agents.md
- Agentic Design Principles: core-concepts/agentic-design-principles.md
- Project Structure: core-concepts/project-structure.md
- Event System: core-concepts/event-system.md
- Event Types: core-concepts/event-types.md
- LLM Models: core-concepts/models.md
- Building Agents:
- building-agents/index.md
- Debugging: building-agents/debugging.md
- Advanced Custom Agents: building-agents/advanced-custom-agents.md
- Agent Teams: building-agents/agent-teams.md
- Interacting with Agents:
- interacting-with-agents/index.md
- CLI: interacting-with-agents/cli.md
- REST API: interacting-with-agents/rest-api.md
- Next.js Dashboard: interacting-with-agents/nextjs-dashboard.md
- Streamlit Dashboard: interacting-with-agents/streamlit-dashboard.md
- Tools:
- tools/index.md
- Building Tools: tools/building-tools.md
- Tool Library:
- tools/tool-library/index.md
- AirbnbCalendarTool: tools/tool-library/airbnb-calendar-tool.md
- AuthorizedRestApiTool: tools/tool-library/authorized-rest-api-tool.md
- BrowserUseTool: tools/tool-library/browser-use-tool.md
- DatabaseTool: tools/tool-library/database-tool.md
- DuckDuckGoTool: tools/tool-library/duckduckgo-tool.md
- FileDownloadTool: tools/tool-library/file-download-tool.md
- GithubTool: tools/tool-library/github-tool.md
- GoogleNewsTool: tools/tool-library/google-news-tool.md
- HumanInterruptTool: tools/tool-library/human-interrupt-tool.md
- IMAPTool: tools/tool-library/imap-tool.md
- LinkedinDataTool: tools/tool-library/linkedin-data-tool.md
- MCPTool: tools/tool-library/mcp-tool.md
- MeetingBaasTool: tools/tool-library/meeting-baas-tool.md
- ImageGeneratorTool: tools/tool-library/image-generator-tool.md
- PlaywrightTool: tools/tool-library/playwright-tool.md
- RAGTool: tools/tool-library/rag-tool.md
- RestApiTool: tools/tool-library/rest-api-tool.md
- ScaleSerpBrowserTool: tools/tool-library/scaleserp-browser-tool.md
- TavilySearchTool: tools/tool-library/tavily-search-tool.md
- TextToSpeechTool: tools/tool-library/text-to-speech-tool.md
- WeatherTool: tools/tool-library/weather-tool.md
- Deployment:
- deployment/index.md
- Updating Deployments: deployment/updating-deployments.md
- rag-support.md
- example-agents.md
- glossary.md