forked from wise-agents/wise-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
34 lines (34 loc) · 1 KB
/
mkdocs.yml
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
site_name: wise-agents Docs
nav:
- Home: index.md
- Getting Started:
- What are AI Agents: multi_agents.md
- Wise Agents architecture: wise_agents_architecture.md
- How to contribute: contributing.md
- Details:
- Agent Coordination: agent_coordination.md
- Retrieval Augmented Generation (RAG): rag_architecture.md
- Using CLI: using_cli.md
- Declare agents in YAML: declare_agents.md
- How To Create Custom Agents: custom_agents.md
- Communication between agents: communication.md
- Examples:
- Agentic chatbot: agentic_chatbot.md
- Sequential Coordinator Example: sequential_coordinator_example.md
- API Reference: reference/
- About:
- Community: community.md
- Contributing: contributing_lnk.md
- License: license.md
- Security: security.md
plugins:
- search
- include-markdown
- gen-files:
scripts:
- mkdocs-scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
theme: readthedocs