agentx
AgentX is an experiment to develop autonomous agents so you can automate everything! This project is inspired by Auto-GPT, babyagi, SuperAGI, and other agents.
File Explorer
Download Latest Version (.zip)- linting-and-testing.yml
- __init__.py
- autogpt_agent.py
- main.py
- __init__.py
- task_creation_chain.py
- task_execution_chain.py
- task_prioritization_chain.py
- __init__.py
- baby_agi.py
- main.py
- utils.py
- __init__.py
- faiss.py
- __init__.py
- autogpt.py
- baby_agi_with_tools.py
- python-minifier.py
- __init__.py
- test_autogpt.py
- __init__.py
- test_task_creation_chain.py
- test_task_execution_chain.py
- test_task_prioritization_chain.py
- __init__.py
- test_utils.py
- __init__.py
- __init__.py
- conftest.py
- .env.example
- .flake8
- .gitignore
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/slavakurilyak/agentx
Downloads the entire project code from GitHub to your computer.
cd agentx
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
poetry install
Installs the libraries listed in pyproject.toml.
source $(poetry env info --path)/bin/activate
Type this command into your terminal and run it.
poetry run python agentx/agents/autogpt/main.py
Runs the Python script (or module).
poetry run python agentx/agents/babyagi/main.py
Runs the Python script (or module).
poetry run python agentx/autogpt.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
