# opi-agent
General-purpose agent runtime with tool calling and transport abstraction.
Part of the [opi](https://github.com/OdradekAI/opi) workspace — a Rust reimplementation of [pi](https://github.com/earendil-works/pi).
Provides the foundation for building specialized agents with pluggable tool systems and communication transports. Built on [`opi-ai`](https://crates.io/crates/opi-ai) for LLM access.
## Status
Scaffolding release. The module structure (`tool`, `transport`, `state`) is in place; implementations are stubs.
## License
MIT