Integrated full stack for the TreeHacks build:
api/ - FastAPI + Elasticsearch backendfrontend/ - Next.js frontendfetch-agents/ - Fetch.ai uAgents track (ASI:One, Agentverse, optional RunPod Flash)api/.env.example to api/.envELASTICSEARCH_URL and ELASTICSEARCH_API_KEYcd frontend && npm install --legacy-peer-depscd ../api && python3 -m venv .venv && .venv/bin/pip install -r requirements.txt./scripts/dev.shFrontend: http://127.0.0.1:3000
API: http://127.0.0.1:8000
The complete Fetch.ai implementation is in fetch-agents/ (copied from treehacks2026-36), including:
runpod_assist.pySetup:
cd fetch-agentspython3 -m venv .venv && source .venv/bin/activatepip install -r requirements.txtcp .env.example .envAGENTVERSE_API_KEY in .envfetch-agents/README.md and fetch-agents/DEMO.mdImportant local integration default:
fetch-agents/.env.example now points HACKOVERFLOW_API_URL to http://127.0.0.1:8000 so Fetch digest/context calls target this local backend.8100-8106 to avoid conflicts with the backend on 8000.TypeScript
53.7%
Python
42.3%
Shell
2.6%
CSS
1.2%
Integrated full stack for the TreeHacks build:
api/ - FastAPI + Elasticsearch backendfrontend/ - Next.js frontendfetch-agents/ - Fetch.ai uAgents track (ASI:One, Agentverse, optional RunPod Flash)api/.env.example to api/.envELASTICSEARCH_URL and ELASTICSEARCH_API_KEYcd frontend && npm install --legacy-peer-depscd ../api && python3 -m venv .venv && .venv/bin/pip install -r requirements.txt./scripts/dev.shFrontend: http://127.0.0.1:3000
API: http://127.0.0.1:8000
The complete Fetch.ai implementation is in fetch-agents/ (copied from treehacks2026-36), including:
runpod_assist.pySetup:
cd fetch-agentspython3 -m venv .venv && source .venv/bin/activatepip install -r requirements.txtcp .env.example .envAGENTVERSE_API_KEY in .envfetch-agents/README.md and fetch-agents/DEMO.mdImportant local integration default:
fetch-agents/.env.example now points HACKOVERFLOW_API_URL to http://127.0.0.1:8000 so Fetch digest/context calls target this local backend.8100-8106 to avoid conflicts with the backend on 8000.TypeScript
53.7%
Python
42.3%
Shell
2.6%
CSS
1.2%