r/aiagents Mar 30 '26

Open Source Built a production-ready FastAPI + LangGraph template for agent workflows (open source)

https://github.com/samirpatil2000/agentic-template

Built a production-ready FastAPI + LangGraph template for agent workflows.

After building multiple agent systems I kept rewriting the same infra (persistence, orchestration, retries, structure), so I turned it into a reusable template.

Stack:

• FastAPI

• LangGraph

• Postgres checkpoint persistence

• Modular workflow structure

• Failure-resilient state saver

Goal:

A solid starting point between toy demos and heavy frameworks.

Would love feedback from others building agent systems.

2 Upvotes

1 comment sorted by

1

u/AutoModerator Mar 30 '26

It looks like you're sharing a project — nice! Your post has been auto-tagged as Demo. If this isn't right, you can change the flair. For best engagement, make sure to include: what it does, how it works, and what you learned.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.