Skip to main content

AI-driven task automation system

Project description

GitHub - LicensePyPIDocumentationPython Version

Homepage

AgentForge

AgentForge is a low-code framework tailored for the rapid development, testing, and iteration of AI-powered autonomous agents and Cognitive Architectures. Compatible with a range of LLM models — currently supporting OpenAI, Anthropic's Claude, and Oobabooga (local) — it offers the flexibility to run different models for different agents based on your specific needs.

Whether you're a newbie looking for a user-friendly entry point or a seasoned developer aiming to build complex cognitive architectures, this framework has you covered.

Our database-agnostic framework is designed for seamless extensibility. While ChromaDB is our go-to database, integration with other databases is straight-forward, making it an ideal playground and solid foundation for various AI projects.

In summary, AgentForge is your beta-testing ground and future-proof hub for crafting intelligent, model-agnostic, and database-flexible autonomous agents.

Table of Contents

  1. Features
  2. Requisites
  3. Pre-Installation
  4. Installation
  5. Dev-build Installation
  6. Usage
  7. Documentation
  8. Contributing
  9. Contact Us
  10. License

Features

  • Build Custom Agents And Cognitive Architectures Easily
  • Customizable Agent Memory Management
  • Default Agents Ready For Use
  • LLM Agnostic Agents (Each Agent can call different LLMs if needed)
  • On-The-Fly Prompt Editing
  • OpenAI & Anthropic API Support
  • Open-Source Model Support (Oobabooga)
  • Rapidly Build & Test Cognitive Architectures (Multi-Agent Scripts)

Coming Soon

  • API Implementation
  • Custom Tools/Actions
  • Knowledge Graphs

Requisites

Note: If you already have all the requisites below, you can skip ahead to the Pre-Installation section.

Make sure you have the following set up:

Python

  • Python must be installed, and the PATH variable should be configured accordingly.

Microsoft C++ Build Tools (WINDOWS ONLY)

  1. ChromaDB requires Microsoft C++ Build Tools in order to work with Windows.
  2. Once downloaded, mark the 'Desktop Development with C++' for installation. It should automatically select these optional packages for you. Cpp_Setup
  3. When installation is complete, you'll see a message that says 'All installations are up-to-date.' Cpp_Completion
  4. Done! Close the Visual Studio installer.

Pre-Installation

Before you get started with AgentForge, there are a few things you should know:

LLM Models

  • Local: AgentForge can run using self-hosted models via the Oobabooga implementation. You'll need to host the model either locally yourself or on a cloud server as the Oobabooga implementation in AgentForge only handles the connection to the server created by Oobabooga; it doesn't download or install any models.
  • Cloud-Based: To use cloud-based LLM models like OpenAI, you'll need to obtain and set up API keys in your user environment variables.

LLM API Keys

  • You don't need API keys for both Claude and OpenAI if you plan on using just one. No API keys are needed if you're using the Oobabooga implementation. The model you wish to use can be specified in the Model Configuration file.

Other Services

  • If you're planning to use Google Search functionalities, you'll need both a Google API key and a Google Search Engine ID key.

Environment Variables

Set your User Environment Variables names to the following:

  • Claude: ANTHROPIC_API_KEY
  • OpenAI: OPENAI_API_KEY
  • Google: GOOGLE_API_KEY
  • Google Search Engine ID: SEARCH_ENGINE_ID

Environment Variables

3rd-Party API Documentation

  • We haven't provided guides for obtaining these API keys as it's outside the scope of this project. Plenty of resources are available online to guide you through the process.

Installation

  1. Install AgentForge:
pip install agentforge
  1. Navigate to where you want your architecture's (bot) project folder:
cd c:\bot
  1. Run the initialization script:
agentforge init

Additionally, if you want to try our demo architecture, run the following command to copy our bot script to your project folder:

agentforge salience

Dev-build Installation

If you want to install the build from the dev branch and help with development, follow these instructions instead:

Clone the GitHub repository:

git clone https://github.com/DataBassGit/AgentForge.git

Install the required dependencies:

pip install -e .

Usage

Each Cognitive Architecture (bot) you create should contain an .agentforge folder which contains everything pertaining to its agents and personas along with other configuration files.

Important: Before running any bot, we need to make sure that the configuration files have the correct LLM settings. If you've selected an OpenAI model, for example, the system will look for the corresponding API key in your environment variables. This applies not only to the default settings but also to individual Custom Agents as they can override these settings and call different models if needed.

Note: We define Cognitive Architectures or Bots as Multi-Agent Scripts!

For Custom Agents

To get started with custom agents, navigate to Examples/CustomAgents/. Inside, you'll find the .agentforge/ folder with its configuration files as well as an agents folder which contains an example of a custom test agent. To know more about how to use and create your own agents, check out the Custom Agents page.

For Salience Bot Example

If you've installed our Salience example, head over to Examples/SalienceBot/.agentforge/ to find its configuration files.

To run the Salience Bot demo, go to Examples/SalienceBot/ in your console and run:

python salience.py

This will execute a simple bot script that uses our Predefined Agents to complete an objective by breaking it down into tasks, subsequently executing them and checking for completion.

For a more detailed break-down of our Salience example please refer to the Salience Page

Important : Whenever a bot runs, it will first initialize ChromaDB (or whichever database is used) as it will act as the memory for the agents. The first time Chroma is initialized on a system it needs to download a few language models for sentence embedding, so it is normal for it to take several minutes to run the first time. Any subsequent runs will not have this issue as long as Chroma has previously downloaded the models being used.


Documentation

Welcome to the AgentForge framework documentation. Whether you're just getting started or diving deep into custom configurations, this roadmap will guide you every step of the way.

Core Concepts:

  • Agents: Dive deep into the agents' world. Learn how they operate, respond, and can be customized.

  • Configurations: Start here for a high-level overview of the system's configurations. This section provides a bird's-eye view of how everything fits together.

  • Utilities: Explore the array of utility functions and tools that supercharge the system's capabilities.

Note: Our documentation is a living entity, continuously evolving. Some links or features may still be under development. We appreciate your patience!


Contributing

Feel free to open issues or submit pull requests with improvements or bug fixes. Your contributions are welcome!

Special Note

We're on the lookout for a UI/UX collaborator who's passionate about open-source and wants to join the team to help develop a front-end for this framework. This isn't a job offer, but rather an invitation to be a part of something cool. Interested? We'd love to chat! (See the Contact Us section below for details.)


Contact Us

If you're keen on contributing or just want to reach out to us, here's how to get in touch:

  • Email: contact@agentforge.net
  • Discord: We're evaluating opening our Discord server to the public. For now, we're extending direct invites to community members who are active in the AI and Autonomous Agents space.

License

This project is licensed under the GNU General Public License. See LICENSE for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentforge-0.1.26.tar.gz (65.2 kB view hashes)

Uploaded Source

Built Distribution

agentforge-0.1.26-py3-none-any.whl (80.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page