Skip to content

Documentation

OpenAgent is a persistent AI agent framework. You run an Agent Server on a machine you control, then talk to it from the Desktop App or CLI — all pointing at the same agent, sharing the same memory and tools.

It's model-agnostic: Claude, GLM, Ollama, LM Studio, vLLM, or any OpenAI-compatible provider. Swap the model without losing memory or tool state. Run multiple independent agents side-by-side, each in its own folder.

Start here

Core concepts

Clients & operations

Examples

MIT Licensed