You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed: Add framework-agnostic custom tool registry and API
- Introduce `ToolFactory`, `CustomToolRegistry`, and `ToolCatalogEntry`
in `reloaded-code-core` so external frameworks can register and
enumerate custom tools without coupling to agents/serdesai
- Move tool catalog types from `reloaded-code-agents` into
`reloaded-code-core` so `AgentRuntimeBuilder` can accept core
catalogs directly
- Wire custom tools through the serdesai `AgentRuntime` builder and
expose a test-stub factory for framework users
- Update docs, READMEs, and examples across all three crates
0 commit comments