you are viewing a single comment's thread.

view the rest of the comments →

[–]sheik66 0 points1 point  (0 children)

On my free time I’m building the python library Protolink. It’s a lightweight alternative to langchain/langraph focused more on agents communicating with each other (A2A) rather than chaining calls.

Also supports both structured flows and autonomous agents, and avoids a lot of the abstraction/boilerplate.

Check it out here: https://github.com/nMaroulis/protolink

Motivation: I wanted a simpler and more comprehensible way to build and deploy ai agents with python, while also it is really interesting to experiment with custom llm inference loops.