-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
81 lines (77 loc) · 1.99 KB
/
mkdocs.yml
File metadata and controls
81 lines (77 loc) · 1.99 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
site_name: Genesis
site_description: LLM-Driven Program Evolution Platform
site_url: https://genesis.ai
repo_url: https://github.com/GeorgePearse/Genesis
repo_name: GeorgePearse/Genesis
theme:
name: material
palette:
- scheme: default
primary: teal
accent: purple
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: teal
accent: purple
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.top
- navigation.indexes
- content.code.copy
- content.tabs.link
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [.]
options:
show_root_heading: true
show_source: true
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- tables
- toc:
permalink: true
nav:
- Home: index.md
- Getting Started: getting_started.md
- Guides:
- Configuration: configuration.md
- Available LLMs: available_llms.md
- Logging & Analytics: logging.md
- ClickHouse Integration: clickhouse.md
- WebUI: webui.md
- MCP Integration: mcp_integration.md
- DSPy Integration Ideas: dspy_integration.md
- Local LLM Support: support_local_llm.md
- Evolutionary Approach: evolutionary_approach.md
- Developer Guide: developer_guide.md
- Roadmap: roadmap.md
- Recent Papers: papers.md
- OpenR Integration: openr_integration.md
- API Reference:
- Core:
- Runner: api/core/runner.md
- Evolution Config: api/core/config.md
- Database: api/database.md
- Launch: api/launch.md
- ClickHouse Schema: clickhouse_schema_reference.md