agents
agents copied to clipboard
Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.
I've run into issue where `pnpm dev` fails due missing `build` command in `@inkeep/agents-manage-mcp`
- [x] auto update API reference for `manage-api` - [x] **NEW** API reference for `run-api` - [x] updates all fumadocs dependencies - [x] refactor all scripts from `js` to `ts`,...
When deploying `manage-ui` to Vercel, the build fails with a TypeScript error related to CSS custom properties on the SidebarProvider style prop in `src/app/layout.tsx` (`@inkeep/agents-manage-ui`). Locally it builds fine, but...
dashboard: move `Ctrl+S` event listener from `<Toolbar />` component to `useAgentShortcuts()` hook
I think it make sense to move this listener, especially since we already have dedicated hook @sarah-inkeep Also I noticed, `undo`/`redo` shortcuts doesn't work when I remove node/edges, should I...