diff --git a/action_schema.xsd b/action_schema.xsd index 8f22353..43e4446 100644 --- a/action_schema.xsd +++ b/action_schema.xsd @@ -33,6 +33,8 @@ Single script that runs once and completes. Output is stored in context until explicitly deleted. Used for one-time operations like file manipulation. + Single scripts are limited to 1024 characters and 1 second timeout by default. + These limits can be changed with attributes. Example: ls / @@ -43,6 +45,8 @@ + + @@ -51,6 +55,8 @@ After a command is issued, all repeat scripts in context are run again. Useful for monitoring changing files or viewing results immediately after changing a file. Repeat scripts should execute quickly to avoid blocking the agent. + Repeat scripts are limited to 1024 characters and 1 second timeout by default. + These limits can be changed with attributes. Example: ls / @@ -61,6 +67,8 @@ + + @@ -83,6 +91,7 @@ @@ -93,6 +102,7 @@