{"id":13298518,"url":"https://github.com/finehq/fine","last_synced_at":"2025-03-10T09:33:25.671Z","repository":{"id":184799817,"uuid":"670032013","full_name":"finehq/fine","owner":"finehq","description":"Ready-to-use Fine AI agents for automating development workflows","archived":false,"fork":false,"pushed_at":"2023-11-26T19:52:49.000Z","size":60,"stargazers_count":89,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T23:54:53.418Z","etag":null,"topics":["ai","ai-agents","copilot","developer-experience","developer-tools","llm"],"latest_commit_sha":null,"homepage":"https://fine.dev","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/finehq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-07-24T06:32:34.000Z","updated_at":"2025-02-19T23:40:51.000Z","dependencies_parsed_at":"2023-11-26T20:49:23.643Z","dependency_job_id":null,"html_url":"https://github.com/finehq/fine","commit_stats":null,"previous_names":["finehq/agent-examples","finehq/fine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finehq%2Ffine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finehq%2Ffine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finehq%2Ffine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/finehq%2Ffine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/finehq","download_url":"https://codeload.github.com/finehq/fine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242823819,"owners_count":20191066,"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","ai-agents","copilot","developer-experience","developer-tools","llm"],"created_at":"2024-07-29T17:29:47.123Z","updated_at":"2025-03-10T09:33:25.363Z","avatar_url":"https://github.com/finehq.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n    \u003ca href=\"https://fine.dev\"\u003e\n  \u003cimg height=\"80px\" src=\"https://uploads-ssl.webflow.com/6290be8d112ee934eeb6aaf2/64745d685739d23f87bf7ec1_android-chrome-256x256.png\"/\u003e\n  \u003c/a\u003e\n    \u003cbr\u003e\n  \u003ch1\u003eFine\u003c/h1\u003e\n  \u003cp\u003eAutomate software development with AI Agents\u003c/p\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://thisis.fine.dev/\"\u003e\n      \u003cimg src=\"https://img.shields.io/website?url=https://thisis.fine.dev/\" \n          alt=\"Website\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://docs.fine.dev/\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Docs-9654EB\"\n            alt=\"Docs\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://discord.gg/nxW8sA5yqe\"\u003e\n        \u003cimg src=\"https://img.shields.io/discord/308323056592486420?logo=discord\"\n            alt=\"Discord\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://twitter.com/intent/follow?screen_name=thisisfinedev\"\u003e\n        \u003cimg src=\"https://img.shields.io/twitter/follow/thisisfinedev?style=social\u0026logo=twitter\"\n            alt=\"follow on Twitter\"\u003e\u003c/a\u003e\n\u003c/p\u003e \n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.fine.dev/\"\u003e\n\u003cimg src=\"https://github.com/finehq/agent-examples/assets/119014147/85f4a895-8377-45bf-840d-ed58decd012a\"\u003e\n\u003cbr\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\nThis repository contains a number of ready-to-run example agents that you can use to automate your software development workflow.\nPick an example and follow the instructions in the corresponding README.\n\n## Get started\n\n### Install Fine CLI\nTo get started with Fine, you need to install the Fine CLI tool. You can do this by running the following command:\n\n```\nnpm install -g @fine-dev/cli\n```\n\nNext, create your Fine account by running the following command:\n\n```\nfine-dev login\n```\n\nFollow the instructions to create your account.\n\n### Deploy an agent\nTo use an agent, you need to deploy it to your workspace. \n\nRun the following command to deploy the agent and make it available for use in your workspace:\n\n```\nfine-dev deploy -p [path to agent configuration file]\n```\n\nOnce the agent is deployed successfully, you can use it to automate your software development workflow.\n\n### Run an agent\n\nTo use an agent, navigate to your project directory and run the following command:\n\n\n```\nfine-dev start [agent-name] -p [path to your project's specifications]\n```\n\nYou can also use Fine's command palette (Cmd + P inside any notebook) to run the agent.\n\n\n## Build your own Agent\nFor more information on how to use Fine and build your own agents, check out the [Fine documentation](https://docs.fine.dev/).\n\n\n## Why Fine is awesome\nFine lets you build and deploy custom AI Agents that can carry out various coding tasks for you, and automate a great deal of your development workflows. Agents can generate boilerplate code, update your database schema, generate typings, manage APIs, and much more.\n\n### Use cases\n\nAgents can help you with a variety of tasks, including:\n\n- **Automating repetitive tasks**: Certain tasks, like setting up a new project or adding common functionalities, follow the same pattern. Fine Agents can automate these, saving you time and effort.\n- **Ensuring code quality and consistency**: Fine Agents can generate code following best practices, ensuring high quality and consistency across your codebase.\n- **Running migrations**: Fine Agents can help you modernize your codebase to a new framework or library, or to a new version of an existing framework or library.\n\n\n## Get in touch\n\nJoin our active [Discord community](https://discord.gg/nxW8sA5yqe), where you ask questions, share experiences, and can engage in discussions about Fine or Software 3.0 ideas.\n\nThe community is also a good place to share product feedback, report bugs and ask for help when building custom agents and AI workflows.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinehq%2Ffine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffinehq%2Ffine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffinehq%2Ffine/lists"}