Back to Copilotkit

Sources

skills/copilotkit-develop/sources.md

1.58.03.1 KB
Original Source

Sources

Files read from the CopilotKit codebase to generate this skill's references.

api-surface.md

  • packages/v2/react/src/hooks/use-frontend-tool.tsx
  • packages/v2/react/src/hooks/use-component.tsx
  • packages/v2/react/src/hooks/use-agent-context.tsx
  • packages/v2/react/src/hooks/use-agent.tsx
  • packages/v2/react/src/hooks/use-interrupt.tsx
  • packages/v2/react/src/hooks/use-human-in-the-loop.tsx
  • packages/v2/react/src/hooks/use-render-tool.tsx
  • packages/v2/react/src/hooks/use-default-render-tool.tsx
  • packages/v2/react/src/hooks/use-suggestions.tsx
  • packages/v2/react/src/hooks/use-configure-suggestions.tsx
  • packages/v2/react/src/hooks/use-threads.tsx
  • packages/v2/react/src/hooks/use-render-tool-call.tsx
  • packages/v2/react/src/hooks/use-render-activity-message.tsx
  • packages/v2/react/src/hooks/use-render-custom-messages.tsx
  • packages/v2/react/src/providers/CopilotKitProvider.tsx
  • packages/v2/react/src/components/chat/copilot-chat.tsx
  • packages/v2/react/src/components/chat/copilot-popup.tsx
  • packages/v2/react/src/components/chat/copilot-sidebar.tsx
  • packages/v2/react/src/components/chat/copilot-chat-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-input.tsx
  • packages/v2/react/src/components/chat/copilot-chat-message-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-suggestion-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-toggle-button.tsx
  • packages/v2/react/src/components/chat/copilot-modal-header.tsx
  • packages/v2/react/src/components/chat/copilot-popup-view.tsx
  • packages/v2/react/src/components/chat/copilot-sidebar-view.tsx
  • packages/v2/react/src/components/CopilotKitInspector.tsx
  • packages/v2/react/src/types/frontend-tool.ts
  • packages/v2/react/src/types/tool-call-renderer.ts
  • packages/v2/react/src/types/activity-message-renderer.ts
  • packages/v2/core/src/types/tool-call.ts

chat-customization.md

  • packages/v2/react/src/components/chat/copilot-chat.tsx
  • packages/v2/react/src/components/chat/copilot-chat-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-input.tsx
  • packages/v2/react/src/components/chat/copilot-popup.tsx
  • packages/v2/react/src/components/chat/copilot-sidebar.tsx
  • packages/v2/react/src/components/chat/copilot-popup-view.tsx
  • packages/v2/react/src/components/chat/copilot-sidebar-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-message-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-suggestion-view.tsx
  • packages/v2/react/src/components/chat/copilot-chat-toggle-button.tsx
  • packages/v2/react/src/components/chat/copilot-modal-header.tsx
  • packages/v2/react/src/types/labels.ts
  • packages/v2/react/src/types/slot.ts

runtime-api.md

  • packages/v2/runtime/src/runtime.ts
  • packages/v2/runtime/src/endpoints/hono.ts
  • packages/v2/runtime/src/endpoints/express.ts
  • packages/v2/runtime/src/types/runtime-options.ts
  • packages/v2/runtime/src/types/middleware.ts
  • packages/v2/runtime/src/runner/agent-runner.ts
  • packages/v2/runtime/src/runner/in-memory.ts
  • packages/v2/runtime/src/runner/intelligence.ts
  • packages/v2/runtime/src/intelligence-platform/client.ts
  • packages/v2/runtime/src/transcription/transcription-service.ts