Remix.run Logo
tpowell 9 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.

johnsmith1840 7 hours ago | parent [-]

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.

notrealyme123 an hour ago | parent [-]

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