This repository contains examples and demos for Runloop, the platform for building AI-powered software engineering agents.
Please refer to the Runloop documentation site for more information on these demos.
Table of Contents
These examples show you how to use core Runloop features to build and run an agent.
Example | Description | Python | TypeScript |
---|---|---|---|
Simple Coding Agent | Basic agent that can write and modify code | coding-agent/python/ |
coding-agent/typescript/ |
Blueprints | Pre-built agent templates and patterns | blueprints/python/ |
blueprints/typescript/ |
Code Mounts | Mount and work with external codebases | code-mounts/python/ |
code-mounts/typescript/ |
Snapshots | Save and restore agent state | snapshots/python/ |
snapshots/typescript/ |
These examples show you how to use add-ons which extend the core Runloop platform.
Example | Description | Location |
---|---|---|
Browser Control | Control web browsers and automate web tasks | runloop-demo-browser/ |
Computer Control | Interact with the local computer system | runloop-demo-computer/ |
These examples show integrations with various LLM providers and frameworks.
Provider/Framework | Description | Python | TypeScript |
---|---|---|---|
Anthropic | Claude API integration | llm-integrations/anthropic/python/ |
llm-integrations/anthropic/typescript/ |
CrewAI | Multi-agent orchestration framework | llm-integrations/crewai/python/ |
- |
Gemini | Google's Gemini API integration | llm-integrations/gemini/python/ |
llm-integrations/gemini/typescript/ |
LangChain | LangChain framework integration | llm-integrations/langchain/python/ |
llm-integrations/langchain/typescript/ |
LlamaIndex | LlamaIndex framework integration | llm-integrations/llamaindex/python/ |
llm-integrations/llamaindex/typescript/ |
Mistral | Mistral AI API integration | llm-integrations/mistral/python/ |
llm-integrations/mistral/typescript/ |
OpenAI | OpenAI API integration | llm-integrations/openai/python/ |
llm-integrations/openai/typescript/ |
Vercel AI | Vercel AI SDK integration | - | llm-integrations/vercelai/typescript/ |