-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
259 lines (247 loc) · 10.3 KB
/
mkdocs.yml
File metadata and controls
259 lines (247 loc) · 10.3 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
site_name: Datest - Pytest-Inspired Testing Framework for Dana
site_description: Comprehensive documentation for Datest - Pytest-inspired testing framework for Dana, the agent-first neurosymbolic language
site_url: https://datest.readthedocs.io/
repo_url: https://github.com/aitomatic/datest
repo_name: aitomatic/datest
# Documentation and theme
theme:
name: material
logo: images/aitomatic-logo-white.png
favicon: images/aitomatic-favicon.png
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- search.highlight
- search.share
- content.code.copy
- content.code.annotate
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
font:
text: Roboto
code: Roboto Mono
# Navigation structure
nav:
- Home:
- Overview: README.md
- For You:
- Engineers: for-engineers/README.md
- Evaluators: for-evaluators/README.md
- Researchers: for-researchers/README.md
- Contributors: for-contributors/README.md
- Investors: for-investors/README.md
- More:
- Design: reference/README.md
- Roadmap: ROADMAP.md
- For Engineers:
- Overview: for-engineers/README.md
- Setup:
- Overview: for-engineers/setup/README.md
- Installation: for-engineers/setup/installation.md
- Migration Guide: for-engineers/setup/migration-guide.md
- Reference:
- Overview: for-engineers/reference/README.md
- Dana Syntax: for-engineers/reference/dana-syntax.md
- REPL Guide: for-engineers/reference/repl-guide.md
- POET Usage Guide: for-engineers/reference/poet-usage-guide.md
- API Reference:
- Overview: for-engineers/reference/api/README.md
- Core Functions: for-engineers/reference/api/core-functions.md
- Built-in Functions: for-engineers/reference/api/built-in-functions.md
- Function Calling: for-engineers/reference/api/function-calling.md
- Type System: for-engineers/reference/api/type-system.md
- Scoping: for-engineers/reference/api/scoping.md
- Sandbox Security: for-engineers/reference/api/sandbox-security.md
- Dana Sandbox: for-engineers/reference/api/dana-sandbox.md
- Recipes:
- Overview: for-engineers/recipes/README.md
- First Agent: for-engineers/recipes/first-agent.md
- Chatbot: for-engineers/recipes/chatbot/README.md
- Document Processor: for-engineers/recipes/document-processor/README.md
- API Integration: for-engineers/recipes/api-integration/README.md
- MCP Integration: for-engineers/recipes/mcp-integration.md
- MCP Integration: for-engineers/recipes/mcp-integration.md
- Workflow Agent: for-engineers/recipes/workflow-agent/README.md
- Troubleshooting: for-engineers/troubleshooting/README.md
- For Evaluators:
- Overview: for-evaluators/README.md
- Comparison:
- Overview: for-evaluators/comparison/README.md
- Framework Pain Points: for-evaluators/comparison/framework-pain-points.md
- Technical Overview: for-evaluators/comparison/technical-overview.md
- Adoption Guide:
- Overview: for-evaluators/adoption-guide/README.md
- Professional Services: for-evaluators/adoption-guide/professional-services.md
- Proof of Concept:
- Overview: for-evaluators/proof-of-concept/README.md
- Quick Demo: for-evaluators/proof-of-concept/quick-demo.md
- Evaluation Guide: for-evaluators/proof-of-concept/evaluation-guide.md
- ROI Analysis:
- Overview: for-evaluators/roi-analysis/README.md
- Calculator: for-evaluators/roi-analysis/calculator.md
- For Researchers:
- Overview: for-researchers/README.md
- Manifesto:
- Vision: for-researchers/manifesto/vision.md
- Research: for-researchers/research/README.md
- NeuroSymbolic: for-researchers/neurosymbolic/README.md
- Future Work: for-researchers/future-work/README.md
- For Contributors:
- Overview: for-contributors/README.md
- Architecture:
- Overview: for-contributors/architecture/README.md
- System Design: for-contributors/architecture/system-design.md
- Codebase: for-contributors/codebase/README.md
- Development:
- Overview: for-contributors/development/README.md
- Contribution Guide: for-contributors/development/contribution-guide.md
- Extending:
- Overview: for-contributors/extending/README.md
- Extension Development: for-contributors/extending/extension-development.md
- For Investors:
- Overview: for-investors/README.md
- Design:
- Overview: reference/README.md
- Dana Philosophy:
- Design Principles: reference/00_dana_philosophy/design-principles.md
- Manifesto: reference/00_dana_philosophy/manifesto.md
- Dana Language Specification:
- Overview: reference/01_dana_language_specification/overview.md
- Syntax: reference/01_dana_language_specification/syntax.md
- Grammar: reference/01_dana_language_specification/grammar.md
- Data Types and Structs: reference/01_dana_language_specification/data_types_and_structs.md
- Functions and Polymorphism: reference/01_dana_language_specification/functions_and_polymorphism.md
- State and Scopes: reference/01_dana_language_specification/state_and_scopes.md
- Error Handling: reference/01_dana_language_specification/error_handling.md
- Dana Runtime and Execution:
- Execution Model: reference/02_dana_runtime_and_execution/execution_model.md
- Interpreter: reference/02_dana_runtime_and_execution/interpreter.md
- Sandbox: reference/02_dana_runtime_and_execution/sandbox.md
- REPL: reference/02_dana_runtime_and_execution/repl.md
- Code Context Analyzer: reference/02_dana_runtime_and_execution/code_context_analyzer.md
- POET Functions: reference/02_dana_runtime_and_execution/poet_functions.md
- Type System and Casting: reference/02_dana_runtime_and_execution/type_system_and_casting.md
- Concurrency Model: reference/02_dana_runtime_and_execution/concurrency_model.md
- External Interfaces: reference/02_dana_runtime_and_execution/external_interfaces.md
- Python Integration: reference/02_dana_runtime_and_execution/python_integration.md
- Security Considerations: reference/02_dana_runtime_and_execution/security_considerations.md
- Debugging and Profiling: reference/02_dana_runtime_and_execution/debugging_profiling.md
- Core Capabilities and Resources:
- Overview: reference/03_core_capabilities_resources/README.md
- Capabilities Overview: reference/03_core_capabilities_resources/capabilities_overview.md
- Resource Model: reference/03_core_capabilities_resources/resource_model.md
- System Resources: reference/03_core_capabilities_resources/system_resources.md
- User-defined Resources: reference/03_core_capabilities_resources/user_defined_resources.md
- Capability Invocation: reference/03_core_capabilities_resources/capability_invocation.md
- Agent and Orchestration:
- Overview: reference/04_agent_and_orchestration/README.md
- Agent Model: reference/04_agent_and_orchestration/agent_model.md
- Task Orchestration: reference/04_agent_and_orchestration/task_orchestration.md
- Workflow Patterns: reference/04_agent_and_orchestration/workflow_patterns.md
- Inter-Agent Communication: reference/04_agent_and_orchestration/inter_agent_communication.md
- Human-in-the-Loop: reference/04_agent_and_orchestration/human_in_the_loop.md
- Tooling and Developer Experience:
- Overview: reference/05_tooling_and_dev_experience/README.md
- IDE Integration (VSCode): reference/05_tooling_and_dev_experience/ide_integration_vscode.md
- REPL Enhancements: reference/05_tooling_and_dev_experience/repl_enhancements.md
- Debugging Tools: reference/05_tooling_and_dev_experience/debugging_tools.md
- Testing Framework: reference/05_tooling_and_dev_experience/testing_framework.md
- Documentation Generation: reference/05_tooling_and_dev_experience/documentation_generation.md
- Packaging and Distribution: reference/05_tooling_and_dev_experience/packaging_distribution.md
# Plugins
plugins:
- search
- mermaid2
- section-index
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
members_order: source
show_source: true
show_bases: true
- git-revision-date-localized:
type: datetime
enable_creation_date: true
enable_git_follow: false
# Markdown extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- tables
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: aitomatic
repo: datest
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# Extra settings
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/aitomatic/datest
- icon: fontawesome/brands/python
link: https://pypi.org/project/datest/
# Documentation directory
docs_dir: docs
# Exclude internal documentation from build
exclude_docs: internal/
# Build directory
site_dir: site
# Additional settings
strict: false
use_directory_urls: true
# Copyright
copyright: Copyright © 2025 Aitomatic, Inc.
# Custom CSS/JS
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js