-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
117 lines (113 loc) · 3.45 KB
/
mkdocs.yml
File metadata and controls
117 lines (113 loc) · 3.45 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
site_name: agentkernel
site_url: https://thrashr888.github.io/agentkernel/
site_description: Run AI coding agents in secure, isolated microVMs
repo_url: https://github.com/thrashr888/agentkernel
repo_name: thrashr888/agentkernel
theme:
name: material
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
features:
- navigation.instant
- navigation.tracking
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
- admonition
- pymdownx.details
nav:
- Home: index.md
- Getting Started:
- Overview: getting-started/index.md
- Installation: getting-started/installation.md
- Quick Start: getting-started/quick-start.md
- Comparisons: getting-started/comparisons.md
- Benchmarks: getting-started/benchmarks.md
- Features:
- Overview: features/index.md
- Secrets: features/secrets.md
- Browser Automation: features/browser-automation.md
- Desktop App: features/desktop-app.md
- Compliance Mapping: features/compliance-mapping.md
- Commands:
- Overview: commands/index.md
- run: commands/run.md
- receipt: commands/receipts.md
- create: commands/create.md
- start / stop: commands/start-stop.md
- exec / attach: commands/exec-attach.md
- list: commands/list.md
- secret: commands/secrets.md
- images: commands/images.md
- volumes: commands/volumes.md
- snapshots: commands/snapshots.md
- sessions: commands/sessions.md
- templates: commands/templates.md
- export / import: commands/export-import.md
- parallel: commands/parallel.md
- pipelines: commands/pipelines.md
- Configuration:
- Overview: config/index.md
- agentkernel.toml: config/toml.md
- Security Profiles: config/security.md
- Backends: config/backends.md
- AI Agents:
- Overview: agents/index.md
- Claude Code: agents/claude.md
- OpenAI Codex: agents/codex.md
- Google Gemini: agents/gemini.md
- Amp: agents/amp.md
- OpenCode: agents/opencode.md
- GitHub Copilot: agents/copilot.md
- Pi: agents/pi.md
- API:
- Overview: api/index.md
- HTTP API: api/http.md
- OpenAPI Spec: api/openapi.md
- MCP Server: api/mcp.md
- SDKs:
- Overview: sdks/index.md
- Node.js: sdks/nodejs.md
- Python: sdks/python.md
- Go: sdks/golang.md
- Rust: sdks/rust.md
- Swift: sdks/swift.md
- Operations:
- Overview: operations/index.md
- Kubernetes: operations/kubernetes.md
- Nomad: operations/nomad.md
- Deployment: operations/deploy.md
- Changelog: changelog.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/thrashr888/agentkernel
- icon: fontawesome/brands/npm
link: https://www.npmjs.com/package/agentkernel
- icon: fontawesome/brands/python
link: https://pypi.org/project/agentkernel-sdk/
- icon: fontawesome/brands/golang
link: https://pkg.go.dev/github.com/thrashr888/agentkernel/sdk/golang
- icon: fontawesome/brands/rust
link: https://crates.io/crates/agentkernel-sdk