← Back to context

Comment by tpowell

11 hours ago

The last time i ran into that issue it suggested to make sure that a Fable AGENT took over the long-horizon task because, for some reason, agents in a session don't get blocked for security reasons. This may not always be possible, but it worked for me.

That's a good idea but it works from the change in context no? So you lose context from your big model. It's a good suggestion though.

  • No idea if subagents are not blocked, but you can set the starting method for subagents to "fork", then they inherit the main agents context