mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
b844a7c97c
- Remove @copilotkit/showcase-shared webpack alias from all 17 next.config.ts - Remove @copilotkit/showcase-shared tsconfig paths from all 17 tsconfig.json - Update all 17 manifest.yaml starter sections to point to showcase/starters/<slug> with Sales Dashboard name, npx degit clone command, and Railway demo URLs - Add OPENAI_BASE_URL/OPENAI_API_KEY env passthrough to all 17 playwright configs for aimock-backed e2e testing
102 lines
2.9 KiB
YAML
102 lines
2.9 KiB
YAML
name: MS Agent Framework (Python)
|
|
slug: ms-agent-python
|
|
category: enterprise-platform
|
|
language: python
|
|
logo: /logos/ms-agent-python.svg
|
|
description: CopilotKit integration with MS Agent Framework (Python)
|
|
partner_docs: null
|
|
repo: https://github.com/CopilotKit/CopilotKit/tree/main/showcase/packages/ms-agent-python
|
|
copilotkit_version: 2.0.0
|
|
backend_url: https://showcase-ms-agent-python-production.up.railway.app
|
|
deployed: true
|
|
sort_order: 150
|
|
generative_ui:
|
|
- constrained-explicit
|
|
- a2ui-fixed-schema
|
|
- a2ui-dynamic-schema
|
|
interaction_modalities:
|
|
- sidebar
|
|
- embedded
|
|
- chat
|
|
starter:
|
|
path: showcase/starters/ms-agent-python
|
|
name: Sales Dashboard
|
|
description: Full-featured sales pipeline with 5 GenUI rendering strategies
|
|
github_url: https://github.com/CopilotKit/CopilotKit/tree/main/showcase/starters/ms-agent-python
|
|
demo_url: https://showcase-starter-ms-agent-python-production-d140.up.railway.app
|
|
clone_command: npx degit CopilotKit/CopilotKit/showcase/starters/ms-agent-python my-copilotkit-app
|
|
features:
|
|
- agentic-chat
|
|
- hitl
|
|
- tool-rendering
|
|
- gen-ui-tool-based
|
|
- gen-ui-agent
|
|
- shared-state-read
|
|
- shared-state-write
|
|
- shared-state-streaming
|
|
- subagents
|
|
demos:
|
|
- id: agentic-chat
|
|
name: Agentic Chat
|
|
description: Natural conversation with frontend tool execution
|
|
tags:
|
|
- chat-ui
|
|
route: /demos/agentic-chat
|
|
animated_preview_url:
|
|
- id: hitl
|
|
name: Human in the Loop
|
|
description: User approves agent actions before execution
|
|
tags:
|
|
- interactivity
|
|
route: /demos/hitl
|
|
animated_preview_url:
|
|
- id: tool-rendering
|
|
name: Tool Rendering
|
|
description: Backend agent tools rendered as UI components
|
|
tags:
|
|
- agent-capabilities
|
|
route: /demos/tool-rendering
|
|
animated_preview_url:
|
|
- id: gen-ui-tool-based
|
|
name: Tool-Based Generative UI
|
|
description: Agent uses tools to trigger UI generation
|
|
tags:
|
|
- generative-ui
|
|
route: /demos/gen-ui-tool-based
|
|
animated_preview_url:
|
|
- id: gen-ui-agent
|
|
name: Agentic Generative UI
|
|
description: Long-running agent tasks with generated UI
|
|
tags:
|
|
- generative-ui
|
|
route: /demos/gen-ui-agent
|
|
animated_preview_url:
|
|
- id: shared-state-read
|
|
name: Shared State (Reading)
|
|
description: Reading agent state from UI
|
|
tags:
|
|
- agent-state
|
|
route: /demos/shared-state-read
|
|
animated_preview_url:
|
|
- id: shared-state-write
|
|
name: Shared State (Writing)
|
|
description: Writing to agent state from UI
|
|
tags:
|
|
- agent-state
|
|
route: /demos/shared-state-write
|
|
animated_preview_url:
|
|
- id: shared-state-streaming
|
|
name: State Streaming
|
|
description: Per-token state delta streaming from agent to UI
|
|
tags:
|
|
- agent-state
|
|
route: /demos/shared-state-streaming
|
|
animated_preview_url:
|
|
- id: subagents
|
|
name: Sub-Agents
|
|
description: Multiple agents with visible task delegation
|
|
tags:
|
|
- multi-agent
|
|
route: /demos/subagents
|
|
animated_preview_url:
|