tau-agent-plugin 0.1.1

Plugin SDK for the tau agent — everything a plugin author needs in one crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# tau-agent-plugin

Plugin SDK for the [tau](https://github.com/tau-agent/tau) agent.

Everything a plugin author needs in one crate: the plugin trait, the tool
registration API, and re-exports of the protocol types from `tau-agent-base`.
Plugins run as subprocesses and communicate with the tau server over a
bidirectional RPC channel.

## License

MIT