logoalt Hacker News

all2yesterday at 8:15 PM1 replyview on HN

I'm currently working on an agent framework that has auditability as one of its core promises. I'm glad to see others are working in this domain!

I've seen other products/apps in this space farther up the stack at the API boundary.

What frameworks does your package work with? How does it handle intercept?


Replies

brian_kuanyesterday at 8:34 PM

There's no interception - it runs in-process, so it works with any Python code (with or without a framework). There's a TS version too if your stack is in JS.

Would love to hear more about your agent framework!

show 1 reply