Initial Action Execution, Exclude actions, Pause function...
Highlights:
Initial Action Execution 🌐
Added the capability to define initial actions (e.g., navigate to a website, scroll down) before starting interactions with the LLM. Perfect for use cases requiring setup tasks!
Cloud Infrastructure Enhancements 🛠️
Optimized support for cloud-based operations, ensuring smoother deployments and better scalability.
Async Transition ⏩
Migrated time.sleep to asyncio.sleep for faster, non-blocking operations and improved performance.
Agent Callbacks 🤖
Introduced callbacks for step and done events, enhancing control and monitoring during execution.
Action Exclusions ✅
Added the ability to exclude specific actions, giving users more flexibility and customization.
Improved Test Coverage 🧪
Strengthened test cases to ensure the utmost reliability and robustness.