PrefectHQ / ControlFlow

🦾 Take control of your AI agents
https://controlflow.ai
Apache License 2.0
337 stars 15 forks source link

Make tool calls private by default #159

Closed jlowin closed 1 week ago

jlowin commented 1 week ago

This hides tool call results from agents that didn't make the call.

For example, if agent 1 delegates agent 2 to read a large document and summarize it, the tool call loading the entire document into agent 2's context shouldn't pollute agent 1.