Openjarvis

5 articles

Beginner openjarvis 13 min

What Is OpenJarvis? The Local-First AI Agent Framework

OpenJarvis is a local-first AI agent framework with five modular components. Run agents with Ollama, vLLM, or cloud APIs. Learn the architecture.

#openjarvis #local-first #ai-agent
Beginner openjarvis 9 min

How to Install OpenJarvis: CLI and Python SDK Setup

Install OpenJarvis with pip, configure config.toml, connect an inference engine like Ollama, and run your first local AI agent task.

#openjarvis #installation #setup
Intermediate openjarvis 17 min

OpenJarvis Use Cases: Local AI Agents for Privacy-Sensitive Tasks

Explore OpenJarvis use cases: private document Q&A, local code assistance, energy-efficient batch tasks, RAG knowledge bases, and offline agents.

#openjarvis #use-cases #local-ai
Advanced openjarvis 16 min

OpenJarvis Engine and Learning: Multi-Backend AI with Memory

Deep dive into OpenJarvis Engine and Learning modules. Configure Ollama, vLLM, and SGLang backends. Build persistent knowledge with RAG and memory.

#openjarvis #engine #learning
Intermediate openjarvis 17 min

OpenJarvis Tools and Ecosystem: Extending Your Local Agent

Extend OpenJarvis with custom tools, explore the CLI and Python SDK patterns, and learn how the community contributes to the local-first ecosystem.

#openjarvis #tools #ecosystem