-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (62 loc) · 1.82 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (62 loc) · 1.82 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
site_name: npcpy
site_url: https://npcpy.readthedocs.io/
repo_url: https://github.com/NPC-Worldwide/npcpy
theme:
name: readthedocs
features:
- navigation.tabs
- content.code.copy
- content.tabs.link
markdown_extensions:
- admonition
- pymdownx.superfences
- attr_list
- pymdownx.highlight:
anchor_linenums: true
plugins:
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
selection:
members:
- public
filters:
- "!^__init__$"
rendering:
show_source: true
show_root_heading: false
nav:
- Home: index.md
- Installation: installation.md
- Quickstart: quickstart.md
- Core Concepts: concepts.md
- Guides:
- Working with LLMs: guides/llm-responses.md
- Building Agents: guides/agents.md
- Multi-Agent Teams: guides/teams.md
- Jinx Workflows: guides/jinx-workflows.md
- Skills: guides/skills.md
- NPCArray - Vectorized AI: guides/npc-array.md
- Image, Audio & Video: guides/image-audio-video.md
- Knowledge Graphs: guides/knowledge-graphs.md
- Fine-Tuning & Evolution: guides/fine-tuning.md
- Serving & Deployment: guides/serving.md
- ML Functions: guides/ml-funcs.md
- Building Applications: guides/building-applications.md
- Architecture: npc_data_layer.md
- API Reference:
- LLM Functions: api/llm_funcs.md
- NPC, Team, Jinx: api/npc_compiler.md
- NPCArray: api/npc_array.md
- ML Functions: api/ml_funcs.md
- Generation: api/gen.md
- Knowledge Graph: api/knowledge_graph.md
- Data Loading: api/data.md
- Memory & Search: api/memory.md
- Tools: api/tools.md
- Image: api/image.md
- NPC Sys Env: api/npc_sysenv.md
- OCR: api/ocr.md
- Serve: api/serve.md