-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
98 lines (91 loc) · 2.79 KB
/
mkdocs.yml
File metadata and controls
98 lines (91 loc) · 2.79 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
site_name: Stats Agent Team
site_description: A multi-agent system for finding and verifying statistics from reputable web sources
site_url: https://plexusone.github.io/agent-team-stats
repo_url: https://github.com/plexusone/agent-team-stats
repo_name: plexusone/agent-team-stats
docs_dir: docs
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
- content.code.annotate
plugins:
- search
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Quick Start: getting-started/quickstart.md
- Configuration: getting-started/configuration.md
- Architecture:
- Overview: architecture/overview.md
- 4-Agent Architecture: architecture/4-agent-architecture.md
- Eino Orchestration: architecture/eino-orchestration.md
- Guides:
- Docker Deployment: guides/docker.md
- Kubernetes Deployment: guides/kubernetes.md
- AWS AgentCore Deployment: guides/aws-agentcore.md
- MCP Server Integration: guides/mcp-server.md
- LLM Configuration: guides/llm-configuration.md
- Multi-LLM Support: guides/multi-llm-support.md
- LLM Integration: guides/llm-integration.md
- Search Integration: guides/search-integration.md
- Operations:
- Security: operations/security.md
- Scaling: operations/scaling.md
- Helm Chart Testing: operations/chart-testing.md
- Development:
- Lint Fixes: development/lint-fixes.md
- Reference:
- Roadmap: reference/roadmap.md
- Release Notes:
- v0.7.0: releases/v0.7.0.md
- v0.6.0: releases/v0.6.0.md
- v0.5.0: releases/v0.5.0.md
- v0.4.0: releases/v0.4.0.md
- v0.3.0: releases/v0.3.0.md
- v0.2.0: releases/v0.2.0.md
- v0.1.0: releases/v0.1.0.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/plexusone/agent-team-stats
copyright: Copyright © 2025-2026 PlexusOne