-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
160 lines (150 loc) · 4.78 KB
/
Copy pathmkdocs.yml
File metadata and controls
160 lines (150 loc) · 4.78 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
site_name: JarvisCore
site_description: Orchestrate multi-agent systems with peer-to-peer coordination, unified memory, and built-in auth.
site_url: https://jarviscore.developers.prescottdata.io/
repo_url: https://github.com/Prescott-Data/jarviscore-framework
repo_name: Prescott-Data/jarviscore-framework
edit_uri: edit/main/jarviscore/docs/
docs_dir: jarviscore/docs
site_dir: site
hooks:
- hooks/embed_markdown.py
theme:
name: material
custom_dir: overrides
logo: assets/wordmark-brand.svg
favicon: assets/monogram-brand.svg
font:
text: Inter
code: JetBrains Mono
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.indexes
- navigation.path
- navigation.top
- navigation.footer
- toc.follow
- search.highlight
- search.share
- search.suggest
- content.code.copy
- content.code.annotate
- content.tooltips
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/header.js
- javascripts/llm-assist.js
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ['.']
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
nav:
- Welcome:
- Overview: index.md
- Website: https://developers.prescottdata.io
- Community: https://discord.gg/jarviscore
- Blog: https://developers.prescottdata.io/blog
- Getting Started: getting-started.md
- Concepts:
- Overview: concepts/index.md
- Architecture: concepts/architecture.md
- Agents: concepts/agents.md
- Planning: concepts/planning.md
- Language Models: concepts/language-models.md
- Model Routing: concepts/model-routing.md
- Memory: concepts/memory.md
- Agent Personas: concepts/agent-personas.md
- P2P Communication: concepts/p2p.md
- System Bundles & Atoms: concepts/system-bundles.md
- Nexus: concepts/nexus.md
- Guides:
- Overview: guides/index.md
- AutoAgent: guides/autoagent.md
- CustomAgent: guides/customagent.md
- Adapters: guides/adapters.md
- Custom Sub-agents: guides/custom-subagents.md
- FastAPI: guides/fastapi.md
- Workflow DAGs: guides/workflows.md
- HITL Escalation: guides/hitl.md
- Nexus Credentials: guides/nexus.md
- Knowledge Base: guides/knowledge-base.md
- Chat Endpoint: guides/chat.md
- Internet Search: guides/internet-search.md
- Browser Automation: guides/browser-automation.md
- Observability: guides/observability.md
- Integrations: guides/integrations.md
- Testing Atoms: guides/testing-atoms.md
- System Prompts: guides/system-prompts.md
- Testing: guides/testing.md
- Production Deployment: guides/production.md
- Migration: guides/migration.md
- Examples:
- Overview: examples/index.md
- Financial Pipeline: examples/financial-pipeline.md
- Research Network: examples/research-network.md
- Support Swarm: examples/support-swarm.md
- Content Pipeline: examples/content-pipeline.md
- Investment Committee: examples/investment-committee.md
- Reference:
- Overview: reference/index.md
- Configuration: reference/configuration.md
- Agent API: reference/agent-api.md
- Chat API: reference/chat-api.md
- CLI Reference: reference/cli.md
- Troubleshooting: TROUBLESHOOTING.md
- Changelog: changelog.md
- Enterprise: infrastructure/enterprise.md
extra:
version: "1.2.0"
social:
- icon: material/web
link: https://developers.prescottdata.io
name: JarvisCore Website
- icon: fontawesome/brands/x-twitter
link: https://x.com/prescottdata
name: Prescott Data on X
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/jarviscore
name: JarvisCore on LinkedIn
- icon: fontawesome/brands/github
link: https://github.com/Prescott-Data/jarviscore-framework
name: JarvisCore on GitHub
- icon: fontawesome/brands/discord
link: https://discord.gg/vNPYxp6V7
name: Join our Discord