heurist-agent-framework

A flexible multi-interface AI agent framework for building agents with reasoning, tool use, memory, deep research, blockchain interaction, MCP, and agents-as-a-service.

GitHub Stars

665

User Rating

Not Rated

Favorites

0

Views

19

Forks

71

Issues

3

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher
PostgreSQL: 12.0 or higher
SQLite: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/heurist-network/heurist-agent-framework.git
cd heurist-agent-framework

2. Install Dependencies

bash
pip install -r requirements.txt

3. Obtain API Key

Get an API key instantly by using the code 'agent' at the [Heurist Developer Access page](https://heurist.ai/dev-access).

4. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Database connection error Solution: Verify PostgreSQL or SQLite settings.