@@ -23,7 +23,7 @@ export const capabilities: readonly Capability[] = [
2323 { id : 'deployment-runtime' , product : 'langgraph' , topic : 'deployment-runtime' , angularProject : 'cockpit-langgraph-deployment-runtime-angular' , port : 4307 , pythonDir : 'cockpit/langgraph/deployment-runtime/python' , graphName : 'deployment-runtime' } ,
2424 { id : 'planning' , product : 'deep-agents' , topic : 'planning' , angularProject : 'cockpit-deep-agents-planning-angular' , port : 4310 , pythonDir : 'cockpit/deep-agents/planning/python' , graphName : 'planning' } ,
2525 { id : 'filesystem' , product : 'deep-agents' , topic : 'filesystem' , angularProject : 'cockpit-deep-agents-filesystem-angular' , port : 4311 , pythonDir : 'cockpit/deep-agents/filesystem/python' , graphName : 'filesystem' } ,
26- { id : 'da-subagents' , product : 'deep-agents' , topic : 'subagents' , angularProject : 'cockpit-deep-agents-subagents-angular' , port : 4312 , pythonDir : 'cockpit/deep-agents/subagents/python' , graphName : 'da- subagents' } ,
26+ { id : 'da-subagents' , product : 'deep-agents' , topic : 'subagents' , angularProject : 'cockpit-deep-agents-subagents-angular' , port : 4312 , pythonDir : 'cockpit/deep-agents/subagents/python' , graphName : 'subagents' } ,
2727 { id : 'da-memory' , product : 'deep-agents' , topic : 'memory' , angularProject : 'cockpit-deep-agents-memory-angular' , port : 4313 , pythonDir : 'cockpit/deep-agents/memory/python' , graphName : 'da-memory' } ,
2828 { id : 'skills' , product : 'deep-agents' , topic : 'skills' , angularProject : 'cockpit-deep-agents-skills-angular' , port : 4314 , pythonDir : 'cockpit/deep-agents/skills/python' , graphName : 'skills' } ,
2929 { id : 'sandboxes' , product : 'deep-agents' , topic : 'sandboxes' , angularProject : 'cockpit-deep-agents-sandboxes-angular' , port : 4315 , pythonDir : 'cockpit/deep-agents/sandboxes/python' , graphName : 'sandboxes' } ,
@@ -35,17 +35,17 @@ export const capabilities: readonly Capability[] = [
3535 { id : 'repeat-loops' , product : 'render' , topic : 'repeat-loops' , angularProject : 'cockpit-render-repeat-loops-angular' , port : 4405 , pythonDir : 'cockpit/render/repeat-loops/python' , graphName : 'repeat-loops' } ,
3636 { id : 'computed-functions' , product : 'render' , topic : 'computed-functions' , angularProject : 'cockpit-render-computed-functions-angular' , port : 4406 , pythonDir : 'cockpit/render/computed-functions/python' , graphName : 'computed-functions' } ,
3737 // Chat capabilities
38- { id : 'c-messages' , product : 'chat' , topic : 'messages' , angularProject : 'cockpit-chat-messages-angular' , port : 4501 , pythonDir : 'cockpit/chat/messages /python' , graphName : 'c-messages' } ,
39- { id : 'c-input' , product : 'chat' , topic : 'input' , angularProject : 'cockpit-chat-input-angular' , port : 4502 , pythonDir : 'cockpit/chat/input /python' , graphName : 'c-input' } ,
40- { id : 'c-interrupts' , product : 'chat' , topic : 'interrupts' , angularProject : 'cockpit-chat-interrupts-angular' , port : 4503 , pythonDir : 'cockpit/chat/interrupts /python' , graphName : 'c-interrupts' } ,
41- { id : 'c-tool-calls' , product : 'chat' , topic : 'tool-calls' , angularProject : 'cockpit-chat-tool-calls-angular' , port : 4504 , pythonDir : 'cockpit/chat/tool-calls /python' , graphName : 'c-tool-calls' } ,
42- { id : 'c-subagents' , product : 'chat' , topic : 'subagents' , angularProject : 'cockpit-chat-subagents-angular' , port : 4505 , pythonDir : 'cockpit/chat/subagents /python' , graphName : 'c-subagents' } ,
43- { id : 'c-threads' , product : 'chat' , topic : 'threads' , angularProject : 'cockpit-chat-threads-angular' , port : 4506 , pythonDir : 'cockpit/chat/threads /python' , graphName : 'c-threads' } ,
44- { id : 'c-timeline' , product : 'chat' , topic : 'timeline' , angularProject : 'cockpit-chat-timeline-angular' , port : 4507 , pythonDir : 'cockpit/chat/timeline /python' , graphName : 'c-timeline' } ,
45- { id : 'c-generative-ui' , product : 'chat' , topic : 'generative-ui' , angularProject : 'cockpit-chat-generative-ui-angular' , port : 4508 , pythonDir : 'cockpit/chat/generative-ui /python' , graphName : 'c-generative-ui' } ,
46- { id : 'c-debug' , product : 'chat' , topic : 'debug' , angularProject : 'cockpit-chat-debug-angular' , port : 4509 , pythonDir : 'cockpit/chat/debug /python' , graphName : 'c-debug' } ,
47- { id : 'c-theming' , product : 'chat' , topic : 'theming' , angularProject : 'cockpit-chat-theming-angular' , port : 4510 , pythonDir : 'cockpit/chat/theming /python' , graphName : 'c-theming' } ,
48- { id : 'c-a2ui' , product : 'chat' , topic : 'a2ui' , angularProject : 'cockpit-chat-a2ui-angular' , port : 4511 , pythonDir : 'cockpit/chat/a2ui /python' , graphName : 'c-a2ui' } ,
38+ { id : 'c-messages' , product : 'chat' , topic : 'messages' , angularProject : 'cockpit-chat-messages-angular' , port : 4501 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-messages' } ,
39+ { id : 'c-input' , product : 'chat' , topic : 'input' , angularProject : 'cockpit-chat-input-angular' , port : 4502 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-input' } ,
40+ { id : 'c-interrupts' , product : 'chat' , topic : 'interrupts' , angularProject : 'cockpit-chat-interrupts-angular' , port : 4503 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-interrupts' } ,
41+ { id : 'c-tool-calls' , product : 'chat' , topic : 'tool-calls' , angularProject : 'cockpit-chat-tool-calls-angular' , port : 4504 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-tool-calls' } ,
42+ { id : 'c-subagents' , product : 'chat' , topic : 'subagents' , angularProject : 'cockpit-chat-subagents-angular' , port : 4505 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-subagents' } ,
43+ { id : 'c-threads' , product : 'chat' , topic : 'threads' , angularProject : 'cockpit-chat-threads-angular' , port : 4506 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-threads' } ,
44+ { id : 'c-timeline' , product : 'chat' , topic : 'timeline' , angularProject : 'cockpit-chat-timeline-angular' , port : 4507 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-timeline' } ,
45+ { id : 'c-generative-ui' , product : 'chat' , topic : 'generative-ui' , angularProject : 'cockpit-chat-generative-ui-angular' , port : 4508 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-generative-ui' } ,
46+ { id : 'c-debug' , product : 'chat' , topic : 'debug' , angularProject : 'cockpit-chat-debug-angular' , port : 4509 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-debug' } ,
47+ { id : 'c-theming' , product : 'chat' , topic : 'theming' , angularProject : 'cockpit-chat-theming-angular' , port : 4510 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-theming' } ,
48+ { id : 'c-a2ui' , product : 'chat' , topic : 'a2ui' , angularProject : 'cockpit-chat-a2ui-angular' , port : 4511 , pythonDir : 'cockpit/langgraph/streaming /python' , graphName : 'c-a2ui' } ,
4949] as const ;
5050
5151export function findCapability ( id : string ) : Capability | undefined {
0 commit comments