Skip to content

Instantly share code, notes, and snippets.

@defi-ventures
defi-ventures / notebook.ipynb
Created January 12, 2025 10:20 — forked from ruvnet/notebook.ipynb
decentralized, high-performance agentic AI applications
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# Must have conda installed
# It costs approximately $0.2 (in GPT-4 API fees) to generate one example with analysis and design, and around $2.0 for a full project.
conda create -n metagpt python=3.11.4
conda activate metagpt
npm --version # to check you have npm installed
# optional: install node if you don't have it
npm install -g @mermaid-js/mermaid-cli
git clone https://github.com/geekan/metagpt
cd metagpt