HackerTrans
热门最新趋势评论往期问答秀出招聘

curious_learner

no profile record

评论

curious_learner
·4个月前·讨论
Curious how strict the enforcement is in practice. We ran into this pretty quickly. The agent would follow the rules on paper but still do dumb things because the constraints were too coarse. Especially once you add multiple tools + retries. Did you end up needing per-tool policies, or is this more of a global guardrail layer?
curious_learner
·4个月前·讨论
Curious how they’re handling state for longer-running agent workflows. We ran into issues pretty quickly once retries + tool chaining got involved. It stopped feeling like a single “agent” and more like a distributed system with weird, hard-to-follow state transitions. We ended up adding a basic event log + replay just to debug runs. Wondering if they expose anything like that or if it’s more hidden behind the abstraction.