stockpot-core
Core library for Stockpot, an AI-powered coding assistant.
Features
- AI Agent Framework - Build and orchestrate AI coding agents
- Tool System - File operations, grep, shell commands, and more
- Multi-Provider Support - OpenAI, Anthropic, Google, local models
- MCP Integration - Model Context Protocol for extensibility
- Session Management - Persistent conversation history
- Terminal Emulation - Full PTY support for interactive commands
Installation
[]
= "0.22.0"
Usage
use AgentManager;
use Settings;
use Database;
async
Crate Structure
This is part of the Stockpot workspace:
- stockpot-core (this crate) - Core library with all business logic
- stockpot-tui - Terminal user interface
- stockpot-gui - Graphical user interface (build from source)
License
MIT - See LICENSE