Skip to content

zvictor/BrainyFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Brainyflow's logo

A 65-line minimalist AI framework ๐Ÿคฏ
Let Agents build Agents with zero bloat, zero dependencies, zero vendor lock-in ๐Ÿ˜ฎ

python version typescript version Discord GitHub Repository GitHub Sponsors

Features

  • Multi-language: Python Logo Python and Typescript Logo Typescript support.

  • Lightweight: Zero bloat, zero dependencies, zero vendor lock-in.

  • Expressive: Everything you loveโ€”(Multi-)Agents, Workflow, RAG, and more.

  • Agentic Coding: Let AI Agents (e.g., Cursor AI) build Agentsโ€”10x productivity boost!

divider

Documentation

Our documentation is inclusive, suitable for both biological and synthetic minds.
Start by selecting the reality that resonates with you, or perhaps the one you've been conditioned to believe:

>> I'm Carbon-Based ๐Ÿฅ <<

>> I'm Silicon-Based ๐Ÿค– <<

divider

Why Brainy Flow?

Current LLM frameworks are bloated... You only need 65 lines for LLM Framework!

Abstraction App-Specific Wrappers Vendor-Specific Wrappers Lines Size
LangChain Agent, Chain Many
(e.g., QA, Summarization)
Many
(e.g., OpenAI, Pinecone, etc.)
405K +166MB
CrewAI Agent, Chain Many
(e.g., FileReadTool, SerperDevTool)
Many
(e.g., OpenAI, Anthropic, Pinecone, etc.)
18K +173MB
SmolAgent Agent Some
(e.g., CodeAgent, VisitWebTool)
Some
(e.g., DuckDuckGo, Hugging Face, etc.)
8K +198MB
LangGraph Agent, Graph Some
(e.g., Semantic Search)
Some
(e.g., PostgresStore, SqliteSaver, etc.)
37K +51MB
AutoGen Agent Some
(e.g., Tool Agent, Chat Agent)
Many [Optional]
(e.g., OpenAI, Pinecone, etc.)
7K
(core-only)
+26MB
(core-only)
BrainyFlow Graph None None 65 few KB

divider

How does Brainy Flow work?

The single file in python or typescript capture the core abstraction of LLM frameworks: Graph!


From there, it's easy to implement popular design patterns like (Multi-)Agents, Workflow, RAG, etc.


โœจ Below are basic tutorials:
Name Difficulty Description
Chat โ˜†โ˜†โ˜†
Dummy
A basic chat bot with conversation history
RAG โ˜†โ˜†โ˜†
Dummy
A simple Retrieval-augmented Generation process
Workflow โ˜†โ˜†โ˜†
Dummy
A writing workflow that outlines, writes content, and applies styling
Map-Reduce โ˜†โ˜†โ˜†
Dummy
A resume qualification processor using map-reduce pattern for batch evaluation
Agent โ˜†โ˜†โ˜†
Dummy
A research agent that can search the web and answer questions
Streaming โ˜†โ˜†โ˜†
Dummy
A real-time LLM streaming demo with user interrupt capability
Multi-Agent โ˜…โ˜†โ˜†
Beginner
A Taboo word game for asynchronous communication between two agents
Supervisor โ˜…โ˜†โ˜†
Beginner
Research agent is getting unreliable... Let's build a supervision process
Parallel โ˜…โ˜†โ˜†
Beginner
A parallel execution demo that shows 3x speedup
Thinking โ˜…โ˜†โ˜†
Beginner
Solve complex reasoning problems through Chain-of-Thought
Memory โ˜…โ˜†โ˜†
Beginner
A chat bot with short-term and long-term memory

๐Ÿ‘€ Want to see other tutorials for dummies? Create an issue!

divider

How to Use Brainy Flow?

๐Ÿš€ Through Agentic Codingโ€”the fastest LLM App development paradigm-where humans design and agents code!


divider

Acknowledgement

We would like to extend our deepest gratitude to the creators and contributors of the PocketFlow framework, from which brainyFlow originated as a fork.

Liability Disclaimer

BrainyFlow is provided "as is" without any warranties or guarantees.
We do not take responsibility for how the generated output is used, including but not limited to its accuracy, legality, or any potential consequences arising from its use.

Sponsors

Brainyflow's logo

BrainyFlow runs on 65 lines of code and your generosity! ๐Ÿ’ฐ
Help us deliver more AI with less code (but maybe more coffee) โ˜•

Your support helps keep it minimal, powerful, and dependency-free! ๐Ÿš€

divider

About

BrainyFlow: More AI with less coding ๐ŸŽค๐Ÿค

Resources

License

Stars

Watchers

Forks

Packages

No packages published