-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
67 lines (63 loc) · 2.2 KB
/
Copy pathmkdocs.yml
File metadata and controls
67 lines (63 loc) · 2.2 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
site_name: Intent Kit
site_description: Open-source Python framework for intent classification and execution
site_url: https://docs.intentkit.io
repo_url: https://github.com/Stephen-Collins-tech/intent-kit
theme:
name: material
features:
- content.code.copy
plugins:
- search
- mkdocstrings
- literate-nav
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
nav:
- Home: index.md
- Quickstart: quickstart.md
- Core Concepts:
- Overview: concepts/index.md
- Intent Graphs: concepts/intent-graphs.md
- Nodes and Actions: concepts/nodes-and-actions.md
- Context Architecture: concepts/context-architecture.md
- Context Management: concepts/context-management.md
- DAG Validation: concepts/dag-validation.md
- Extractor Nodes: concepts/extractor-nodes.md
- Clarification Nodes: concepts/clarification-nodes.md
- API Reference:
- API Reference: api/api-reference.md
- Configuration:
- Overview: configuration/index.md
- JSON Serialization: configuration/json-serialization.md
- LLM Integration: configuration/llm-integration.md
- Services:
- AI Services: services/ai-services.md
- Utilities:
- Utilities: utils/utilities.md
- Examples:
- Overview: examples/index.md
- Basic Examples: examples/basic-examples.md
- Calculator Bot: examples/calculator-bot.md
- Context-Aware Chatbot: examples/context-aware-chatbot.md
- Context Memory Demo: examples/context-memory-demo.md
- DAG Examples: examples/dag-examples.md
- JSON Demo: examples/json-demo.md
- Development:
- Overview: development/index.md
- Building: development/building.md
- Testing: development/testing.md
- Evaluation: development/evaluation.md
- Evaluation Framework: development/evaluation-framework.md
- Debugging: development/debugging.md
- Performance Monitoring: development/performance-monitoring.md
- Documentation Management: development/documentation-management.md