mirror of
https://github.com/batrachianai/toad.git
synced 2026-04-25 20:15:49 +03:00
[PR #162] feat: add support for custom agents from config directory #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/batrachianai/toad/pull/162
Author: @jingkaihe
Created: 1/3/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (4)
f27dd81feat: add support for custom agents from config directory9801e20Merge remote-tracking branch 'upstream/main'4d5716aMerge branch 'batrachianai:main' into mainc38d482feat: add agent schema validation with error handling for custom agents📊 Changes
4 files changed (+132 additions, -22 deletions)
View changed files
📝
src/toad/agent_schema.py(+41 -1)📝
src/toad/agents.py(+79 -18)📝
src/toad/cli.py(+2 -1)📝
src/toad/screens/store.py(+10 -2)📄 Description
Link to the discussion - https://github.com/batrachianai/toad/discussions/163
This PR added support for loading custom agents from
<config_home>/agents/*.tomle.g. I added
into
~/.config/toad/agents/kodelet.toml, agents become available from the tui ontoadlaunch:This allows me to launch custom agent via
toad servewhich otherwise isn't available.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.