mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 02:42:16 +00:00
Sets up a complete documentation website with 7 navigable sections (Home, Getting Started, User Guide, Architecture, API Reference, Deployment, Development), light/dark mode, search, code copy, and Mermaid diagram support. API reference pages use mkdocstrings to auto-generate docs from source docstrings. GitHub Actions workflow deploys to GitHub Pages on push to main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
21 lines
494 B
Markdown
21 lines
494 B
Markdown
# SDK
|
|
|
|
The SDK module provides the high-level Python interface for OpenJarvis. The
|
|
`Jarvis` class wraps engine discovery, agent dispatch, memory operations, and
|
|
telemetry into a single convenient entry point. `MemoryHandle` acts as a lazy
|
|
proxy for memory backend operations.
|
|
|
|
## Jarvis
|
|
|
|
::: openjarvis.sdk.Jarvis
|
|
options:
|
|
show_source: true
|
|
members_order: source
|
|
|
|
## MemoryHandle
|
|
|
|
::: openjarvis.sdk.MemoryHandle
|
|
options:
|
|
show_source: true
|
|
members_order: source
|