Kind: Class
Source: atloria-monorepo/libs/agent-core/src/tools/send-message.tool.ts
Methods
| Method | Signature | Returns |
|---|---|---|
registerAgent | registerAgent(name: string, hook: InjectionTurnHook<any>) | void |
unregisterAgent | unregisterAgent(name: string) | void |
getHook | getHook(name: string) | `InjectionTurnHook |
listAgents | listAgents() | string[] |
enqueue | enqueue(name: string, message: string) | boolean |
Where it refuses work
MessageBusstops the work with an early return when!hook.
Was this page helpful?