{"id":27524831,"url":"https://github.com/morph-data/agents-kit","last_synced_at":"2025-04-18T13:14:01.169Z","repository":{"id":279006102,"uuid":"931940039","full_name":"morph-data/agents-kit","owner":"morph-data","description":"shadcn CLI compatible React components for LLM Apps. Works perfectly with Vercel AI SDK.","archived":false,"fork":false,"pushed_at":"2025-03-13T13:32:41.000Z","size":3667,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T14:33:03.370Z","etag":null,"topics":["ai","nextjs","react","shadcn-ui","tailwindcss","vercel-ai-sdk"],"latest_commit_sha":null,"homepage":"https://agents-kit.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/morph-data.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-13T05:18:00.000Z","updated_at":"2025-03-13T13:32:45.000Z","dependencies_parsed_at":"2025-03-13T14:37:53.876Z","dependency_job_id":null,"html_url":"https://github.com/morph-data/agents-kit","commit_stats":null,"previous_names":["morph-data/agents-kit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fagents-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fagents-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fagents-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morph-data%2Fagents-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morph-data","download_url":"https://codeload.github.com/morph-data/agents-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249496687,"owners_count":21281704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","nextjs","react","shadcn-ui","tailwindcss","vercel-ai-sdk"],"created_at":"2025-04-18T13:14:00.495Z","updated_at":"2025-04-18T13:14:01.154Z","avatar_url":"https://github.com/morph-data.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n![Agents Kit](/assets/agents-kit2.gif)\n\nBorn at [Builders Weekend Hackathon](https://www.buildersweekend.co/)\n\n## What is Agents Kit?\n\nAgents Kit is a collection of components and utilities that help you build chat interfaces. It is designed to be flexible and easy to use, so you can focus on building your AI / chat experience.\n\nAgents Kit is not a component library to be installed via npm, but rather a set of components that you can copy and paste into your project.\n\n## Example\n\n```tsx\n'use client';\n\nimport { useChat } from '@ai-sdk/react';\nimport { ChatForm } from '@/components/agents-kit/chat-form';\nimport { ChatMessages } from '@/components/agents-kit/chat-messages';\nimport { ScrollArea } from '@/components/ui/scroll-area';\n\nexport default function Home() {\n  const { messages, input, handleInputChange, handleSubmit } = useChat();\n\n  return (\n    \u003cdiv\u003e\n      \u003cScrollArea style={{ flex: 1 }}\u003e\n        \u003cChatMessages messages={messages} /\u003e\n      \u003c/ScrollArea\u003e\n      \u003cChatForm\n        inputValue={input}\n        onInputChange={handleInputChange}\n        onSubmit={handleSubmit}\n      /\u003e\n    \u003c/div\u003e\n  );\n}\n```\n\n## Installation\n\nEverything you need to set up to use Agents Kit.\n\n### Dependencies\n\nAgents Kit depents on shadcn/ui. So you need to setup shadcn/ui first. https://ui.shadcn.com/docs/installation\n\nIf you are already using shadcn/ui, you can start using Agents Kit right away.\n\n### Where to start?\nFirst, take a look at the components and blocks. If you find one you like, feel free to copy and paste it into your project and give it a try.\n\nIf you want to see a Next.js + Vercel AI SDK example, visit: https://agents-kit.dev/docs/example/nextjs\n\n## Lisence\n\nMorph is [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorph-data%2Fagents-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorph-data%2Fagents-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorph-data%2Fagents-kit/lists"}