Available Actions
Core actions that will be available in Aesoperator in version 2.0.0:
Browser Actions
Data Extraction
LLM Actions
Memory Actions
Simple CRUD operations to change what context is available
File Actions
Writes to local file system
System Actions
Directly interacts with the system and its environment it's running on. For example:
On a Debian system, you can install packages or run commands.
Error Handling
All actions can throw these exceptions:
ActionError
: Base error classTimeoutError
: Action timed outValidationError
: Invalid parametersAuthError
: Authentication failedRateLimitError
: Rate limit exceededCaptchaError
: CAPTCHA challenge detected
Usage Limits
Max concurrent actions: 5
Max action duration: 30 seconds
Rate limits vary by action type
Memory storage: 100MB per task
File size: 50MB max
API rate limits: Varies by endpoint
Last updated