-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
171 lines (165 loc) · 5.01 KB
/
Copy pathmkdocs.yml
File metadata and controls
171 lines (165 loc) · 5.01 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
site_name: FreeAI — Unified AI Workstation
site_description: Build, secure, and scale AI applications on your own hardware. Router, agents, workflows, security, and builder tools.
site_url: https://projectzerodays.github.io/FreeAI_AI_Inference_Workstation
repo_url: https://github.com/ProjectZeroDays/FreeAI_AI_Inference_Workstation
repo_name: ProjectZeroDays/FreeAI_AI_Inference_Workstation
nav:
- Start Here: INDEX.md
- What's New: WHATSNEW.md
- Quick Start: FIRST-BOOT-GUIDE.md
- Screenshots:
- Dashboard: screenshots/dashboard.png
- CLI: screenshots/cli.png
- Workflow: screenshots/workflow-designer.png
- SDLC Runs: screenshots/dashboard-runs.png
- Learning Paths:
- Beginner: pages/beginner-path.md
- Intermediate: pages/intermediate-path.md
- Advanced: pages/advanced-path.md
- Task Guides:
- Router Basics: pages/router-basics.md
- Build Workflows: pages/build-workflows.md
- First Project: pages/build-first-project.md
- GPU Tuning: pages/gpu-tuning.md
- Secure Deployment: pages/secure-deployment.md
- Architecture:
- Overview: ARCHITECTURE.md
- Build Sheet: BUILD-SHEET.md
- Diagrams: ARCHITECTURE-DIAGRAM.md
- Core Services:
- Router: API.md
- API Reference: API-GUIDE.md
- Model Switching: MODEL-SWITCHING.md
- Providers: PROVIDERS.md
- Provider Integration: PROVIDER-INTEGRATION.md
- Autonomous Agents:
- Overview: AUTONOMOUS-AGENTS.md
- SDLC Tutorial: SDLC-TUTORIAL.md
- Function Calling: FUNCTION_CALLING.md
- Log Streaming: LOG_STREAMING.md
- Agent Capabilities: pages/agent-capabilities.md
- AI Infrastructure:
- MCP Registry: MCP.md
- MCP Security: MCP-SECURITY.md
- RAG & Vector DB: RAG.md
- WebSocket: WEBSOCKET.md
- Cloud Fallback: CLOUD-FALLBACK.md
- Security:
- Overview: SECURITY_ADVANCED.md
- Secrets Management: SECRETS.md
- OpenClaw Kali Setup: OPENCLAW-KALI-SETUP.md
- Development:
- Codex Integration: CODEX-INTEGRATION.md
- freeai-cli: FREEAI-CLI.md
- VSCode Extension: VSCODE_EXTENSION.md
- Dashboard & UI:
- Dashboard Guide: UI_ENHANCEMENTS.md
- Model Registry UI: MODEL_REGISTRY_UI.md
- Performance:
- Optimization Audit: OPTIMIZATION-AUDIT.md
- Advanced Performance: PERFORMANCE_ADVANCED.md
- GPU Performance: gpu-performance.md
- Planning:
- Enhancement Plan: ENHANCEMENT-PLAN.md
- Gap Analysis: GAP-ANALYSIS-CODEX.md
- Stack Rating: STACK_RATING.md
- Operations:
- Deployment: DEPLOYMENT.md
- Deployment Plans: DEPLOYMENT-PLANS.md
- Troubleshooting: TROUBLESHOOTING.md
- Community:
- Roadmap: ROADMAP.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
theme:
name: material
logo: assets/logo.svg
favicon: assets/logo.svg
palette:
scheme: slate
primary: custom
accent: lime
media: screen
custom_dir: partials
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tracking
- navigation.indexes
- search.highlight
- search.suggest
- content.code.copy
- content.tabs.link
- toc.follow
- toc.integrate
- header.autohide
- navigation.instant
- navigation.instant.progress
- navigation.paths
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
logo: custom/logo
prev: material/chevron-left
next: material/chevron-right
top: material/arrow-up
favicon: assets/logo.svg
extra_css:
- stylesheets/extra.css
- stylesheets/custom.css
markdown_extensions:
- toc:
permalink: true
permalink_title: Anchor link
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- attr_list
- md_in_html
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
plugins:
- search
- social
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/ProjectZeroDays/FreeAI_AI_Inference_Workstation
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/projectzeroai/freeai
- icon: fontawesome/brands/python
link: https://pypi.org/project/freeai/
analytics:
version:
provider: mike
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation.
actions:
- accept
- reject