AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
 
 
 
 
 
 
Go to file
Aarushi 6456285753
feat(autogpt_builder) Update custom node to handle deeply nested structures (#7319)
* feat(rnd): Add type hint and strong pydantic type validation for block input/output + add reddit agent-blocks.

* feat(rnd): Add type hint and strong pydantic type validation for block input/output + add reddit agent-blocks.

* Fix reddit block

* Fix serialization

* Eliminate deprecated class property

* Remove RedditCredentialsBlock

* Cache jsonschema computation, add dictionary construction

* Add dict_split and list_split to output, add more blocks

* Add objc_split for completeness, int both input and output

* Update reddit block

* Add reddit test (untested)

* Resolved json issue on pydantic

* Add creds check on client

* Add dict <--> pydantic object flexibility

* Fix error retry

* Skip reddit test

* Code cleanup

* Chang prompt

* Make this work

* Fix linting

* Hide input_links and output_links from Node

* Add docs

* updating UI to handle deeply nested data structures for reddit usecase

* changing expected key in reddit post to comment

---------

Co-authored-by: Zamil Majdy <zamil.majdy@agpt.co>
2024-07-04 17:54:41 +01:00
.github refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
assets feat(server, autogpt): Add Example files and update build option (#7271) 2024-06-27 09:56:21 -05:00
autogpt refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
benchmark fix(agent, benchmark): Specify `path_type=Path` for CLI path options/arguments 2024-07-03 15:21:04 -06:00
docs docs(agent, forge): Update component configuration docs (#7232) 2024-07-03 09:50:38 +01:00
forge refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
frontend feat(frontend): Update frontend build in `master` (#7203) 2024-06-08 18:55:01 -05:00
rnd feat(autogpt_builder) Update custom node to handle deeply nested structures (#7319) 2024-07-04 17:54:41 +01:00
.dockerignore fix(agent): Unbreak docker builds after repo restructure (#7164) 2024-05-22 18:11:16 +02:00
.flake8 fix: Add data directory to lint exclusion list 2023-11-16 14:36:08 +01:00
.gitattributes refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
.gitignore feat(server, autogpt): Add Example files and update build option (#7271) 2024-06-27 09:56:21 -05:00
.gitmodules refactor(agent, forge): Move tests from `autogpt` to `forge` (#7247) 2024-07-04 02:09:01 +02:00
.pr_agent.toml Create .pr_agent.toml 2024-05-04 09:38:37 -05:00
.pre-commit-config.yaml fix(pre-commit): Add `benchmark/poetry.lock` to "Typecheck - Benchmark" trigger file pattern 2024-06-27 14:05:12 -06:00
CITATION.cff Rename autogpts/autogpt/CITATION.cff to CITATION.cff (#5785) 2023-10-22 13:25:05 -05:00
CLI-USAGE.md refactor(autogpt, forge): Remove `autogpts` directory (#7163) 2024-05-22 13:08:54 +01:00
CODE_OF_CONDUCT.md Relocate CoC and fix symlinks 2023-09-06 17:48:29 +02:00
CONTRIBUTING.md docs: Update CONTRIBUTING.md 2024-06-14 07:45:14 -07:00
Dockerfile.autogpt fix(agent): Unbreak docker builds after repo restructure (#7164) 2024-05-22 18:11:16 +02:00
FORGE-QUICKSTART.md docs(forge): Update and rename QUICKSTART.md to FORGE-QUICKSTART.md (#7215) 2024-06-25 19:03:05 -05:00
LICENSE moving back license, removing unnecessary files 2023-09-12 14:56:33 -07:00
README.md fix readme (broken link) (#7293) 2024-07-01 09:44:46 +02:00
SECURITY.md Create Security Policy (#6900) 2024-03-09 13:20:06 -06:00
TROUBLESHOOTING.md List tasks: inform of pydantic errors (#5482) 2023-10-02 15:50:45 -07:00
cli.py feat(forge): Unbreak `forge` agent (#7196) 2024-06-12 13:45:00 +01:00
run Added cli tool for setting up and running the project 2023-09-15 15:14:06 +02:00
setup.sh Removed flutter and chrome from setup as not required 2023-09-21 08:06:26 +02:00

README.md

AutoGPT: build & use AI agents

Discord Follow Twitter Follow License: MIT

AutoGPT is a generalist LLM based AI agent that can autonomously accomplish minor tasks.

Examples:

  • Look up and summarize this research paper
  • Write a marketing for food supplements
  • Write a blog post detailing the news in AI

Our mission is to provide the tools, so that you can focus on what matters:

  • 🏗️ Building - Lay the foundation for something amazing.
  • 🧪 Testing - Fine-tune your agent to perfection.
  • 🤝 Delegating - Let AI work for you, and have your ideas come to life.

Be part of the revolution! AutoGPT is here to stay, at the forefront of AI innovation.

📖 Documentation | 🚀 Contributing | 🛠️ Build your own Agent - Quickstart

🧱 Building blocks

🏗️ Forge

Forge your own agent! Forge is a ready-to-go template for your agent application. All the boilerplate code is already handled, letting you channel all your creativity into the things that set your agent apart. All tutorials are located here. Components from the forge.sdk can also be used individually to speed up development and reduce boilerplate in your agent project.

🚀 Getting Started with Forge This guide will walk you through the process of creating your own agent and using the benchmark and user interface.

📘 Learn More about Forge

🎯 Benchmark

Measure your agent's performance! The agbenchmark can be used with any agent that supports the agent protocol, and the integration with the project's CLI makes it even easier to use with AutoGPT and forge-based agents. The benchmark offers a stringent testing environment. Our framework allows for autonomous, objective performance evaluations, ensuring your agents are primed for real-world action.

📦 agbenchmark on Pypi | 📘 Learn More about the Benchmark

💻 UI

Makes agents easy to use! The frontend gives you a user-friendly interface to control and monitor your agents. It connects to agents through the agent protocol, ensuring compatibility with many agents from both inside and outside of our ecosystem.

The frontend works out-of-the-box with all agents in the repo. Just use the CLI to run your agent of choice!

📘 Learn More about the Frontend

⌨️ CLI

To make it as easy as possible to use all of the tools offered by the repository, a CLI is included at the root of the repo:

$ ./run
Usage: cli.py [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  agent      Commands to create, start and stop agents
  benchmark  Commands to start the benchmark and list tests and categories
  setup      Installs dependencies needed for your system.

Just clone the repo, install dependencies with ./run setup, and you should be good to go!

🤔 Questions? Problems? Suggestions?

Get help - Discord 💬

Join us on Discord

To report a bug or request a feature, create a GitHub Issue. Please ensure someone else hasnt created an issue for the same topic.

🤝 Sister projects

🔄 Agent Protocol

To maintain a uniform standard and ensure seamless compatibility with many current and future applications, AutoGPT employs the agent protocol standard by the AI Engineer Foundation. This standardizes the communication pathways from your agent to the frontend and benchmark.


Star History Chart