Remove agent platforms

This commit is contained in:
James Murdza
2025-02-10 14:54:55 -06:00
committed by GitHub
parent 8c0a3000b9
commit 7221c28754
-9
View File
@@ -17,7 +17,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
- [Snippet generators](#snippet-generators)
- [Documentation](#documentation)
- [Foundation models](#code-generation)
- [Agent platforms](#agent-platforms)
- [OpenAI plugins](#openai-plugins)
- [Search](#search)
- [Testing](#testing)
@@ -209,14 +208,6 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to
- [Visual Copilot](https://www.builder.io/m/design-to-code) — Figma plugin that converts designs into clean, responsive code for multiple frameworks and CSS libraries.
- [LlamaCoder](https://llamacoder.together.ai/) — Open source code generation model fine-tuned on code.
## Agent platforms
- [Composio](https://composio.dev/) — Open source [toolset](https://github.com/composiohq/composio) for AI Agents & LLMs.
- [E2B](https://www.e2b.dev/) — Open source cloud platform for hosting LLM-based agents. Supports [Smol Developer](https://github.com/smol-ai/developer).
- [Fragments](https://fragments.e2b.dev/) — Platform for building and deploying AI agents with sandboxed environments.
- [Morph Rift](https://github.com/morph-labs/rift) — Open source VS Code extension that allows merging the output of code generation agents.
- [SuperAGI](https://superagi.com/) — Open source platform for hosting LLM-based agents including [SuperCoder](https://superagi.com/supercoder/).
## OpenAI plugins
- [ChatWithGit](https://gitsearch.sdan.io/) — Enables ChatGPT to search GitHub and return links to relevant repositories.