{"id":25423243,"url":"https://github.com/bitlerjs/nexus","last_synced_at":"2026-04-25T23:37:23.438Z","repository":{"id":276846458,"uuid":"930495121","full_name":"bitlerjs/nexus","owner":"bitlerjs","description":"Nexus: Developer-friendly open-source platform for experimenting with AI agents using task-based building blocks and OpenAPI integrations.","archived":false,"fork":false,"pushed_at":"2025-02-26T07:59:26.000Z","size":770,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-13T22:28:29.974Z","etag":null,"topics":["agent-building","agent-orchestration","ai-agent-platform","ai-experimentation","api-integration","llm-platform","low-code-ai","openapi","rapid-prototyping","task-based-agents"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitlerjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-02-10T18:14:10.000Z","updated_at":"2025-03-29T06:21:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccbe0e7c-26ef-4a50-b025-362b59fbd0a0","html_url":"https://github.com/bitlerjs/nexus","commit_stats":null,"previous_names":["bitlerjs/nexus"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/bitlerjs/nexus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlerjs%2Fnexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlerjs%2Fnexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlerjs%2Fnexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlerjs%2Fnexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitlerjs","download_url":"https://codeload.github.com/bitlerjs/nexus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlerjs%2Fnexus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-building","agent-orchestration","ai-agent-platform","ai-experimentation","api-integration","llm-platform","low-code-ai","openapi","rapid-prototyping","task-based-agents"],"created_at":"2025-02-16T22:26:55.939Z","updated_at":"2026-04-25T23:37:23.433Z","avatar_url":"https://github.com/bitlerjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nexus: The Open Source AI Agent Building Platform for Rapid Experimentation\n\nDeveloper-friendly, open-source platform for experimenting with AI agents using task-based building blocks and OpenAPI integrations.\n\n---\n\n**Empower your team to rapidly experiment and build AI agents on top of your existing tools with Nexus.**\n\nNexus is an open-source platform designed to bridge the gap between cutting-edge AI agent technology and your company's existing infrastructure. Built for developers and product managers alike, Nexus provides a streamlined environment to explore, prototype, and deploy AI agents for various internal and external use cases.\n\n**Key Features of Nexus:**\n\n- **Task-Based Agent Building:** Compose agents using reusable \"Tasks,\" small units of work that can be anything from interacting with your internal APIs to complex data processing.\n- **OpenAPI Integration:** Seamlessly integrate your existing services and tools by importing their OpenAPI specifications. Turn any API endpoint into a reusable Nexus Task.\n- **Nexus Studio - Visual Experimentation:** Engage in interactive conversations with LLMs in Nexus Studio. Dynamically select available Tasks, tweak system prompts, and experiment with different models to find the perfect agent configuration.\n- **Production-Ready Foundation:** Nexus is built with production in mind. Once you've validated an agent configuration in Nexus Studio, it can be easily deployed and integrated into your existing products.\n- **OpenAPI Task Exposure:** All Tasks within Nexus are exposed via OpenAPI. They are not just for agents, but become reusable building blocks for your broader product ecosystem.\n- **Developer-First Experience:** Benefit from a strongly typed TypeScript and React library for effortless programmatic interaction with the Nexus server. Build custom frontends or integrate Nexus Tasks directly into your applications.\n- **Dockerized for Quick Setup:** Get Nexus up and running in minutes with our Docker setup. Start experimenting with Nexus Studio right away.\n\n**Why Nexus?**\n\nMany companies are exploring the potential of AI agents, but often face challenges in:\n\n- **Rapid Prototyping:** Quickly testing and iterating on different agent ideas.\n- **Integration with Existing Systems:** Connecting agents to their current tools and APIs.\n- **Bridging the Gap:** Making AI agent technology accessible to both developers and product-focused teams.\n- **Production Readiness:** Ensuring that experimental agents can be reliably deployed when a valuable use case is found.\n\nNexus addresses these challenges by providing a user-friendly, flexible, and production-oriented platform for AI agent experimentation and development. It's not meant to be a complete AI solution, but a powerful tool for **discovery and rapid iteration.**\n\n**Get Started with Nexus:**\n\nReady to start experimenting? Check out our detailed guides:\n\n- [Link to: How to quickly run the Nexus platform using docker and interact with it through Nexus Studio](#) - **Coming Soon**\n- [Link to: How to create a new nodejs project for building you own server, with you own tasks](#) - **Coming Soon**\n- [Link to: How to build custom front ends which interacts with the Nexus platform](#) - **Coming Soon**\n- [Link to: How to include existing services through OpenAPI](#) - **Coming Soon**\n- [Link to: How to build and distribute a Nexus server](#) - **Coming Soon**\n\n---\n\n**We believe Nexus can empower your team to unlock the potential of AI agents within your organization. Start experimenting today!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitlerjs%2Fnexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitlerjs%2Fnexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitlerjs%2Fnexus/lists"}