#337 · Primary category: AI Agents & Automation

julep

agents ai ai-agents ai-agents-framework ai-memory ai-platform aiagents developer-tools devfest llm llm-ops node node-js nodejs python

Julep — durable, composable AI agents. Flows that crash and resume, retry safely, and explain every step.

Project last updated:08/06/26

GitHub Stars

6.6K

Forks

971

Contributors

4

License

Apache-2.0

Why we included this project

Julep tackles a pain most agent frameworks ignore: what happens when a long multi-step run dies halfway. It models agents as durable dataflows, so you write the flow in ordinary Python and the graph of tool calls, retries, timeouts, and branches compiles into a frozen wire format. If a run crashes, it resumes instead of restarting; each step can be explained through a derived projection, and the runtime refuses to let the model call any tool it was not explicitly allowed to use. Teams building production workflows with decision loops, parallel branches, or long-lived runs will find the optional Temporal layer useful for durable execution and retries. The quickstart runs without an API key and both Python and Node.js are supported, so a small team can test it against its own stateful agent scenario before committing.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category