Keep Behavior Rules Out of Context

Context is inheritable background knowledge; Instructions are private behavior rules that never pass to child actors. Put a rule like “always confirm before sending” into Context instead of Instructions, and every child actor will inherit it and try to do the same job.

Related Articles

Article
Three Ways to Add a Custom Tool
1 min read
Article
Scope Integrations Down to the Actions an Actor Needs
1 min read
Article
Free-Form by Default, Scripted When It Must Be Exact
1 min read