ambler-m3u-downloader
PocketFlow
| ambler-m3u-downloader | PocketFlow | |
|---|---|---|
| 1 | 37 | |
| 0 | 10,749 | |
| - | 2.0% | |
| 7.5 | 8.0 | |
| 29 days ago | 3 months ago | |
| Python | Python | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ambler-m3u-downloader
-
Ambler: rules of engagement with coding agents
I'll continue experimenting with this approach, but I can already see how useful it will become when needing to automate simple tasks. Gemini CLI has already made me a handy application to download URLs from an m3u file which is a great companion to an Chrome Extension Gemini CLI built for me a while ago. All I need now is more ideas to test the approach with.
PocketFlow
-
Porting from PocketFlow to Ambler TS
git submodule add https://github.com/The-Pocket/PocketFlow.git vendor/pocketflow
- Show HN: 100-Line LLM Framework
-
Claude Skills
> Some people call this "the agentic loop." Call it what you want, you can write it in 100 lines of Python
That description sounds a lot like PocketFlow, an AI/LLM development framework based on a loop that's about 100 lines of python:
https://github.com/The-Pocket/PocketFlow
(I'm not at all affiliated with Pocket Flow, I just recall watching a demo of it)
-
Flyt – A minimalist workflow framework for Go with zero dependencies
I wanted to share a project I've been working on called Flyt https://github.com/mark3labs/flyt (Norwegian for "flow", pronounced "fleet").
I was inspired by the Python package Pocket Flow https://github.com/The-Pocket/PocketFlow and wished for something similar in Go. So I built Flyt, a lightweight workflow framework that lets you compose complex workflows from simple, reusable nodes.
Key features:
-
Ambler: rules of engagement with coding agents
I recently came across an interesting project called PocketFlow, which presents a minimalistic approach to building workflows that incorporate large language models. It is originally written in Python, a language I have never really used, so I attempted to port it to Kotlin to better understand how it works. As I progressed it became clear the project was simply a glorified state machine and it could be simplified even further. The result was Ambler: a very simple function and a very simple class definition that allow you to express a program as a series of steps that update the current state and pass it on to the next step.
-
LLM Framework Only Needs 100 Lines
The 100 lines: https://github.com/The-Pocket/PocketFlow/blob/main/pocketflo...
-
LLM Agents & Context: A Warrior's Guide to Navigating the Dungeon
This brings us to the most critical, and often botched, aspect of agent design: context management. Think of it as the warrior's Cognitive Backpack. In our PocketFlow framework, this is the simple shared dictionary that each Node reads from and writes to. The naive approach is to stuff everything inside. Imagine loading the entire dungeon map, every monster's stat block, every rumor of treasure, and the history of the last three adventurers who failed into the warrior's backpack right at the start. They'd collapse under the weight before they even took their first step.
-
LLM Agent's Arsenal: A Beginner's Guide to the Action Space
In this guide, you are the master blacksmith. Using the transparent and powerful PocketFlow framework as your forge, we will teach you how to craft an arsenal of actions that will turn your agent from a clumsy squire into a legendary warrior.
-
The Easiest Way to Build an AI Chatbot for Your Website (Full Dev Tutorial)
This project is powered by PocketFlow, a tiny but mighty AI framework that makes building this kind of intelligent, looping agent incredibly straightforward. Forget vector databases and manual updates. Let's build a chatbot that just works.
-
Use AI to Generate Cold Outreach Openers
This system is built using Pocket Flow, a 100-line minimalist framework for building LLM applications. What makes Pocket Flow special isn't just its compact size, but how it reveals the inner workings of AI application development in a clear, educational way.
What are some alternatives?
audini - A Chrome Extension that finds audio in the pages you visit and lets you add them to a playlist.
langchain - The agent engineering platform.
ambler - Experimenting with a design pattern for state machines as graphs.
PocketFlow-Tutorial-Codebase-Knowledge - Pocket Flow: Codebase to Tutorial
repo
PocketFlow-Tutorial-Cold-Email-Personalization - Pocket Flow Tutorial Project: Cold Outreach Opener Generator