Animus — VSCode ExtensionPersistent AI agents in your IDE Animus is a VSCode extension that connects to an Animus daemon, bringing persistent, multi-provider AI agents directly into your development workflow. What is Animus? Animus is an open-source agent framework that provides persistent AI agents with memory, tool execution, and multi-provider LLM support. The agent isn't the model — swap GPT → GLM → Ollama and agent continuity, knowledge, and memories persist. Learn more at animus.steadyfort.com or browse the source at github.com/railstracks/animus. The extension is a thin client — all intelligence, memory, and tool execution lives in the Animus daemon. The extension handles connection, session browsing, chat, and streaming. Features🤖 Multi-Agent SessionsBrowse active sessions across all your agents. Create new sessions with full control over provider, model, and reasoning settings. 💬 Streaming ChatFull conversation interface with token-by-token streaming. Thinking blocks, tool calls, and file attachments render inline. ⚙️ Per-Message OverridesChange provider, model, or reasoning level mid-conversation via a collapsible settings panel. No need to start a new session to switch models. 🔌 Connect AnywhereWorks with local daemons ( Getting StartedPrerequisites
InstallationFrom Marketplace: Search for "Animus" in the VSCode Extensions panel, or install from the marketplace page. From VSIX:
From source:
Configuration
Architecture
The extension communicates with the daemon via HTTP REST and WebSocket. The daemon handles LLM inference, tool execution, session management, and memory persistence. Links
License |