mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02: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>
494 B
494 B
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