feat: add governed chat agent selection
This commit is contained in:
@@ -21,4 +21,9 @@ export class ChatController {
|
||||
actions(@Headers() headers: Record<string, string | string[] | undefined>) {
|
||||
return ok(this.svc.listActions(actorFromHeaders(headers)));
|
||||
}
|
||||
|
||||
@Get('agents')
|
||||
agents(@Headers() headers: Record<string, string | string[] | undefined>) {
|
||||
return ok(this.svc.listAgents(actorFromHeaders(headers)));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user