feat: plugins and public api (#71)
This commit is contained in:
@@ -123,10 +123,10 @@ takopi opencode
|
||||
takopi pi
|
||||
```
|
||||
|
||||
list available transports (and override in a run):
|
||||
list available plugins (engines/transports), and override in a run:
|
||||
|
||||
```sh
|
||||
takopi transports
|
||||
takopi plugins
|
||||
takopi --transport telegram
|
||||
```
|
||||
|
||||
@@ -145,6 +145,15 @@ default: progress is silent, final answer is sent as a new message so you receiv
|
||||
|
||||
if you prefer no notifications, `--no-final-notify` edits the progress message into the final answer.
|
||||
|
||||
## plugins
|
||||
|
||||
Takopi supports entrypoint-based plugins for engines and transports.
|
||||
|
||||
See:
|
||||
|
||||
- `docs/plugins.md`
|
||||
- `docs/public-api.md`
|
||||
|
||||
## notes
|
||||
|
||||
* the bot only responds to the configured `chat_id` (private or group)
|
||||
|
||||
Reference in New Issue
Block a user