This repository is the home of Cognee's hackathon events. Each hackathon lives in its own subfolder and contains everything needed to participate: the challenge brief, setup instructions, starter skills or templates, examples, and a submission template.
Cognee is an open-source AI memory platform that transforms raw data into persistent knowledge graphs for AI agents. Our hackathons invite builders to push that idea further — composing memory, agents, and tooling into systems that learn, remember, and improve over time.
| Date | Hackathon | Partner | Folder |
|---|---|---|---|
| 2026-05-16 | AI-Memory Hackathon: Building your own Agent LLM Wiki | Redis | cognee-redis-hackathon-2026-05-16 |
Each hackathon folder follows the same structure:
<hackathon-name>-<YYYY-MM-DD>/
README.md # event overview, setup, schedule, prizes
challenge/ # detailed challenge brief
skills/ # starter skills or scaffolding
templates/ # submission template
examples/ # reference implementations or before/after examples
- Pick the hackathon folder for the event you are joining.
- Read its
README.mdfor setup, schedule, and judging criteria. - Follow the quickstart to get Cognee and the partner tools running locally.
- Build, demo, and submit using the template in
templates/.