Skip to content

A versatile workflow automation platform to create, organize, and execute AI workflows, from a single LLM to complex AI-driven workflows.

License

Notifications You must be signed in to change notification settings

jbexta/AgentPilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’¬ Agent Pilot

️ AgentPilot desktop demo

A versatile workflow automation system. Create, organize, and execute complex AI-driven tasks. Agent Pilot provides a seamless experience, whether you want to chat with a single LLM or a complex multi-member workflow.

With an intuitive and feature-rich interface, you can effortlessly design AI workflows and chat with them in real-time. Branching chats are supported, allowing flexible interactions and iterative refinement.

Agent Pilot offers generative and customizable UI, allowing creation of custom pages and hierarchical configs. This flexibility gives you the freedom to design an interface that aligns with your specific needs and effortlessly integrate into your workflows.

The system supports scheduled and recurring workflows that can be set to run based on natural language expressions of time, enabling automation that ranges from every second to every leap year.

Discord X (formerly Twitter) Follow

AgentPilot gif demo AgentPilot gif demo AgentPilot gif demo

AgentPilot gif demo AgentPilot gif demo

Quickstart

Binaries

Platform Downloads
Linux AgentPilot_0.5.1_Linux.tar.gz
MD5: e74e736e3efbd459b411ecffc45e936e
SHA1: 93b12bd208095f8d8b34395446de23d233a1baed
Windows AgentPilot_0.5.1_Windows.zip
MD5: 17079a8f2faf9683c59d11d0b67a8092
SHA1: c5a30c02f17782ead98c24098e874c9ba2edc950
Mac Intel AgentPilot_0.5.1_Mac_Intel.tar.gz
MD5: 2e1e03e5305ea279df1b76d1a8074cb7
SHA1: 9369152f1b69ff2a4ca476ecf1b377b5ce0e072b

Building from source: How to build from source

Tip

You can migrate your old database to the new version by replacing your executable with the new one before starting the application.

Features

πŸ‘€ Create Agents

Create new agents, edit their configuration and organise them into folders.
Multi-member workflows can be saved as a single agent and nested infinitely.

πŸ“ Manage Chats

View, continue and delete previous workflow chats and organise them into folders.

🌱 Branching Workflows

Messages, tools and code can be edited and re-run, allowing a more practical way to chat with your workflow.
Branching works with all plugins and multi-member chats.

πŸ‘₯ Graph Workflows

Seamlessly add other members or blocks to a workflow and configure how they interact with each other.
Members aligned vertically are executed in parallel.

Available members:

  • User - This is you and will await your input.
  • Agent - Gets an LLM response with integrated tools and messages.
  • Text - A simple text block that can nest other blocks.
  • Code - Gets the output of any given code.
  • Prompt - Gets an LLM response from a single prompt.
  • Module - Runs or retrieves a method or variable from any module.
  • Workflow - Any combination of the above types.

πŸ“¦ Blocks

Manage a collection of nestable blocks available to use in any workflow or text field, allowing reusability and consistency.
By default a block is a simple text block, but it can be any of the above member types, even a multi-member workflow.
These can be quickly dropped into any workflow, or used in text fields (such as system message) by using the block name in curly braces, e.g. {block-name}.

πŸ”¨ Tools

Create and manage tools which can be assigned to agents.
Tools share the same functionality as blocks, except by default they are a single Code member.
They can also be an entire workflow, this allows your agents to not only run code but an entire workflow if you wish.
Configure their parameters, which can be accessed from all workflow member types. These parameters can be modified at runtime and re-executed, this creates a branch point which you can cycle through.

πŸ’» Modules

Modules are python files which are imported at runtime.
These are useful for things like toolkits, daemons, memory, custom pages or anything that needs persistence.

πŸ“ Customizable UI

Includes a flexible and powerful set of base classes for building complex hierarchical configuration interfaces. The entire app is built on this framework. Developers can modify or create configuration pages easily, even while the app is running.

πŸ•’ Scheduler (Premium)

Schedule workflows to run at specific times or intervals.
Natural language expressions are supported, allowing for flexible scheduling.
For example, you can schedule a workflow to run every 5 minutes, every day at 3pm, or every 2nd Tuesday of the month.

πŸ“„ Structured Outputs

Members can be configured to output structured data, thanks to Instructor.

πŸ“¦ Addons

Create and import custom addons to extend the functionality of Agent Pilot.

πŸ’» Code Interpreter

Open Interpreter is integrated into Agent Pilot, and can either be used standalone as a plugin or used to execute code in 9 languages (Python, Shell, AppleScript, HTML, JavaScript, PowerShell, R, React, Ruby)

Code can be executed in multiple ways:

  • From any 'Code' member in any workflow (Chat, Block, Tool).
  • From a message with the role 'Code'

You should always understand the code that is being run, any code you execute is your own responsibility.

For code messages, auto-run can be enabled in the settings. To see code messages in action talk to the pre-configured Open Interpreter agent.

πŸͺ„ AI Generation

Blocks under the 'System Blocks' folder are used for generating or enhancing fields. Claude's prompt generator is included by default, you can tweak it or create your own.

  • Prompt - AI enhanced user input
  • Agent - AI generated agent (Coming soon)
    • System message - AI generated system message (Coming soon)
  • Page - AI generated page (Coming soon)

πŸ”Œ Plugins

Agent Pilot supports the following plugins:

πŸ‘„ Voice

Coming back soon
Agents can be linked to a text-to-speech service, combine with a personality context block and make your agent come to life!

πŸ”  Models

LiteLLM is integrated and supports the following providers:

  • AI21
  • AWS Bedrock
  • AWS Sagemaker
  • Aleph Alpha
  • Anthropic
  • Anyscale
  • Azure OpenAI
  • Baseten
  • Cloudflare
  • Cohere
  • Custom API Servers
  • DeepInfra
  • DeepSeek
  • Gemini
  • Github
  • Groq
  • Huggingface
  • Mistral
  • NLP Cloud
  • Nvidia NIM
  • Ollama
  • OpenAI
  • OpenRouter
  • PaLM API Google
  • Perplexity AI
  • Petals
  • Replicate
  • Together AI
  • VLLM
  • VertexAI Google
  • Voyage

Contributions

Contributions to Agent Pilot are welcome and appreciated. Please feel free to submit a pull request.

Known Issues

  • Be careful using auto run code and open interpreter, any chat you open, if code is the last message it will start auto running, I'll add a flag to remember if the countdown has been stopped.
  • Windows exe must have console visible due to a strange bug.
  • Issue on linux, creating venv does not install pip
  • Changing the config of an OpenAI Assistant won't reload the assistant, for now close and reopen the chat.

If you find this project useful please consider showing support by giving a star or leaving a tip :)

BTC:
ETH: