GraphCanon updated 1w · GitHub synced 1w
Decision brief
Self-hosted AI research agent with Python hackability
Good fit when
- Need for customizable, self-hosted AI-driven tasks inspired by AutoGPT.
- Favor open-source projects with Apache-2.0 license for flexibility.
Avoid when
- Requires advanced Python skills and familiarity with Poetry for setup.
- Doesn't include pre-built task modules; extensive customization effort needed.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (999d since push)
- As of 1w
- Provenance
- Not a fork · Organization account
- As of 1w
- Security (OSV)
- 172 low (172 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install BlockAGI PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
BlockAGI enables users to create a self-hosted research agent inspired by AutoGPT using Python. It emphasizes hackability and customization for AI-driven tasks.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 14, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Aug 14, 2026)
1. Install [Poetry](https://python-poetry.org/), a dependency management tool for Python.Source link
Tags
README
🔋 Installation
To get started with BlockAGI, please follow these steps:
-
Install Poetry, a dependency management tool for Python.
-
Clone the BlockAGI repository to your local machine.
-
Navigate to the project directory and run the following command to install the required dependencies:
poetry install -
Next, install the Playwright dependencies by running the following command:
poetry run playwright install
📜 License
BlockAGI is open-source software licensed under the Apache License 2.0. This license allows use, modification, and distribution of the software. For complete details, please see the LICENSE and NOTICE files in this repository.
For agents
This page has a .md twin and JSON over the API.