agency
A fast and minimal framework for building agentic systems
File Explorer
Download Latest Version (.zip)- deploy_github_page.yml
- publish_to_pypi.yml
- test.yml
- __init__.py
- amqp_space.py
- local_space.py
- __init__.py
- agent.py
- logger.py
- processor.py
- queue.py
- resources.py
- schema.py
- space.py
- __init__.py
- help_methods.py
- prompt_methods.py
- say_response_methods.py
- __init__.py
- chatty_ai.py
- host.py
- openai_completion_agent.py
- openai_function_agent.py
- index.html
- __init__.py
- gradio_app.py
- react_app.py
- .env.example
- demo
- demo_amqp.py
- demo_local.py
- docker-compose.yml
- Dockerfile
- poetry.lock
- pyproject.toml
- README.md
- main.py
- micropython_agent.py
- micropython_space.py
- docker-compose.yml
- main.py
- pyproject.toml
- rabbitmq.conf
- README.md
- receive_logs_topic.py
- agent_callbacks.md
- creating_spaces.md
- defining_actions.md
- messaging.md
- responses.md
- walkthrough.md
- nav_footer_custom.html
- search_placeholder_custom.html
- light-customized.scss
- custom.scss
- frame.html.jinja2
- module.html.jinja2
- .gitignore
- .ruby-version
- 404.html
- _config.yml
- CNAME
- devserver
- favicon.ico
- Gemfile
- Gemfile.lock
- index.md
- README.md
- __init__.py
- conftest.py
- helpers.py
- test_agent.py
- test_e2e_help.py
- test_e2e_messaging.py
- test_e2e_permissions.py
- test_space.py
- .gitignore
- CONTRIBUTING.md
- LICENSE
- poetry.lock
- pyproject.toml
- pytest.ini
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/operand/agency
Downloads the entire project code from GitHub to your computer.
cd agency
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install agency
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install agency
Installs the package published on PyPI directly β no need to clone the source.
poetry add agency
Type this command into your terminal and run it.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
4. Ruby
EasyPrerequisites
cd site
This project's files live in a subfolder, so move into it first.
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
