opi-agent 0.2.0

General-purpose agent runtime with tool calling and transport abstraction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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