Home

Awesome

GitHub Repo stars Twitter Follow

<img width="600" alt="banner" src="https://github.com/blockpipe/BlockAGI/assets/891585/4ea315e2-b496-4cfb-a81a-560a1763bf15">

BlockAGI is an open-source research agent built with Python3, utilizing the capabilities of LangChain and OpenAI. BlockAGI conducts iterative, domain-specific research, primarily focused on cryptocurrency but customizable to other domains. It outputs detailed narrative reports to showcase its findings. The progress of the AI agent's work is presented interactively through a user-friendly web interface, allowing users to watch the progress in real-time.

🤖 Initially designed to answer crypto research topics (hence the "Block" in BlockAGI), it has proven useful for a wide variety of other use cases.

🔎 Quick Preview

blockagi-preview-2

🎯 Features

💡 Differences from AutoGPT

🛠️ Tech Stack

🤝 Sponsors and Contributors

We currently don't take any monetary donations! However, every issue filed and PR are extremely important to us. Here is the roster of contributors and supporters of the project.

<a href="https://blockpipe.io"><img width="200" alt="blockpipe" src="https://github.com/blockpipe/BlockAGI/assets/891585/c595fd73-4a7e-4401-8312-1d7ea79b1bf4"></a>

<br />

<a href="https://github.com/smiled0g"><img src="https://avatars.githubusercontent.com/smiled0g?v=4" width="50px" alt="smiled0g" /></a>  <a href="https://github.com/sorawit"><img src="https://avatars.githubusercontent.com/sorawit?v=4" width="50px" alt="sorawit" /></a>  <a href="https://github.com/endolith"><img src="https://avatars.githubusercontent.com/endolith?v=4" width="50px" alt="endolith" /></a>  

📚 Documentation

🔋 Installation

To get started with BlockAGI, please follow these steps:

  1. Install Poetry, a dependency management tool for Python.

  2. Clone the BlockAGI repository to your local machine.

  3. Navigate to the project directory and run the following command to install the required dependencies:

    poetry install
    
  4. Next, install the Playwright dependencies by running the following command:

    poetry run playwright install
    

🎮 Basic Usage

To start using BlockAGI, please follow these steps:

  1. Copy the .env.example file and rename it to .env.

  2. Open the .env file and add your OpenAI API key. You can also modify other configurations as needed, such as the research domain or any additional settings.

  3. Run the following command to start BlockAGI:

    poetry run python main.py
    

    This will initiate BlockAGI and also spin up a web application, allowing you to monitor the progress and interact with the research agent.

  4. Watch the progress on BlockAGI via the web interface.

📥 Contribution and Feedback

Contributions, feedback, and suggestions are highly encouraged and appreciated! You can contribute to BlockAGI in the following ways:

For BlockAGI code structure and contribution ideas, see CONTRIBUTING.md.

📖 Citation

If you wish to cite BlockAGI in your research, we encourage the use of CITATION.cff provided for appropriate citation formatting. For more details on the citation file format, please visit the Citation File Format website.

📜 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.

🙏 Acknowledgements

We would like to express our gratitude to the following projects and communities for their inspiring work and valuable contributions: