Self-hosted research agent inspired by AutoGPT
Top 87.4% on sourcepulse
BlockAGI is an open-source, hackable research agent designed for iterative, domain-specific research, primarily in cryptocurrency but adaptable to other fields. It leverages LangChain and OpenAI to automate information gathering, refinement, and evaluation, presenting findings through a real-time web interface.
How It Works
BlockAGI automates research tasks by employing a structured approach inspired by AutoGPT and BabyAGI. It utilizes LangChain for orchestrating LLM interactions and managing agent workflows. The agent can access live data from the internet or custom databases, process information, and generate detailed narrative reports. Its design prioritizes efficiency by working well with gpt-3.5-turbo-16k
, offering a cost-effective alternative to gpt-4
for research.
Quick Start & Requirements
poetry install
.poetry run playwright install
..env
with an API key, and running poetry run python main.py
.Highlighted Details
gpt-3.5-turbo-16k
, offering cost savings.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is primarily focused on research tasks and may not be suitable for general-purpose AI agent applications. While designed for simplicity, advanced customization requires understanding LangChain and agent architecture.
1 year ago
1 week