feat: plugins and public api (#71)

This commit is contained in:
banteg
2026-01-09 03:23:57 +04:00
committed by GitHub
parent 16c0069aa0
commit f856338b94
32 changed files with 3135 additions and 622 deletions
+11 -2
View File
@@ -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)