{"id":23790458,"url":"https://github.com/copilotkit/open-research-ana","last_synced_at":"2025-04-09T05:08:10.089Z","repository":{"id":268950679,"uuid":"882880878","full_name":"CopilotKit/open-research-ANA","owner":"CopilotKit","description":"🤖 An open-source, AI agent-native research canvas application that performs real-time search with HITL (Human in The Loop) capabilities, powered by CopilotKit, Tavily and LangGraph","archived":false,"fork":false,"pushed_at":"2025-04-01T23:39:15.000Z","size":656,"stargazers_count":211,"open_issues_count":2,"forks_count":52,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T03:17:55.151Z","etag":null,"topics":["agent-native","ai","anthropic","canvas","chatbot","chatgpt","copilotkit","hitl","human-in-the-loop","langchain","langgraph","openai","realtime","research","tavily"],"latest_commit_sha":null,"homepage":"https://open-research-ana.vercel.app","language":"TypeScript","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/CopilotKit.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":"2024-11-04T01:08:35.000Z","updated_at":"2025-04-01T08:00:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"c52c0027-65a1-48a1-97f7-03b983774e5b","html_url":"https://github.com/CopilotKit/open-research-ANA","commit_stats":null,"previous_names":["copilotkit/open-research-ana"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-research-ANA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-research-ANA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-research-ANA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CopilotKit%2Fopen-research-ANA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CopilotKit","download_url":"https://codeload.github.com/CopilotKit/open-research-ANA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980837,"owners_count":21027808,"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":["agent-native","ai","anthropic","canvas","chatbot","chatgpt","copilotkit","hitl","human-in-the-loop","langchain","langgraph","openai","realtime","research","tavily"],"created_at":"2025-01-01T17:39:04.927Z","updated_at":"2025-04-09T05:08:10.070Z","avatar_url":"https://github.com/CopilotKit.png","language":"TypeScript","funding_links":[],"categories":["Chatbots"],"sub_categories":[],"readme":"# open-research-ANA 🔍\n\nThis demo showcases ANA (Agent Native Application), a research canvas app that combines Human-in-the-Loop capabilities with [Tavily's](https://tavily.com/) real-time search and [CopilotKit's](https://copilotkit.ai) agentic interface. \n\nPowered by [LangGraph](https://www.langchain.com/langgraph), it simplifies complex research tasks, making them more interactive and efficient.\n\n\u003cp align=\"left\"\u003e\n   \u003ca href=\"https://docs.copilotkit.ai/coagents\" rel=\"dofollow\"\u003e\n      \u003cstrong\u003eExplore the CopilotKit docs »\u003c/strong\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\n![tavily-demo](https://github.com/user-attachments/assets/70c7db1b-de5b-4fb2-b447-09a3a1b78d73)\n\n## Quick Start 🚀\n\n### 1. Prerequisites\nThis projects uses the following tools:\n\n- [pnpm](https://pnpm.io/installation)\n- [Docker](https://docs.docker.com/get-docker/)\n- [Langgraph CLI](https://langchain-ai.github.io/langgraph/cloud/reference/cli/)\n\n### 2. API Keys Needed\nRunning locally, you'll need the following API keys:\n\n- [OpenAI](https://platform.openai.com/api-keys)\n- [Tavily](https://tavily.com/#pricing)\n- [LangSmith](https://docs.smith.langchain.com/administration/how_to_guides/organization_management/create_account_api_key)\n- [CopilotKit](https://cloud.copilotkit.ai)\n\n### 3. Start the Agent\nThere are two main components to this project: the agent and the frontend. First, we'll start the agent.\n\n```bash\ncd agent\n\n# Create and populate .env\ncat \u003c\u003c EOF \u003e .env\nOPENAI_API_KEY=your_key\nTAVILY_API_KEY=your_key\nLANGSMITH_API_KEY=your_key\nEOF\n\n## Start the agent\nlanggraph up\n\n# Note the API URL from the output (e.g., http://localhost:8123)\n```\n\n### 4. Open a tunnel to your local agent\nCreate a tunnel to your local agent:\n```bash\nnpx copilotkit@latest dev --port 8123\n```\n\n### 5. Start the Frontend\nNext, we'll start the frontend.\n\n```bash\ncd frontend\npnpm install\n\n# Create and populate .env\ncat \u003c\u003c EOF \u003e .env\nOPENAI_API_KEY=your_openai_key\nLANGSMITH_API_KEY=your_langsmith_key\nNEXT_PUBLIC_COPILOT_CLOUD_API_KEY=your_copilot_cloud_key\nEOF\n\n# Start the app\npnpm run dev\n```\n\n## Documentation 📚\n- [CopilotKit Docs](https://docs.copilotkit.ai/coagents)\n- [LangGraph Platform Docs](https://langchain-ai.github.io/langgraph/cloud/deployment/cloud/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fopen-research-ana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopilotkit%2Fopen-research-ana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopilotkit%2Fopen-research-ana/lists"}