Commit c8a8176
feat(automation): add Phase 3 agentic features - autonomous agent, action chaining, error recovery
- Add AgentConfig for goal-oriented autonomous execution
- Add execute() method for autonomous multi-step goal achievement
- Add agent() and agent_extract() convenience methods
- Add chain() method for sequential action composition
- Add ChainStep with conditional execution support
- Add ChainCondition enum (UrlContains, PageContains, ElementExists, etc.)
- Add RecoveryStrategy enum (Retry, Alternative, Skip, Abort)
- Add AgentEvent enum for progress tracking callbacks
- Add AgentResult with full execution history and extracted data
- Add ChainResult with step-by-step results and extractions
- Add plan_next_action() for LLM-based action planning
- Add check_goal_completion() for success detection
- Add comprehensive tests for all Phase 3 types
- Bump version to 2.43.13
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b7d8b74 commit c8a8176
File tree
7 files changed
+1322
-13
lines changed- spider_cli
- spider_utils
- spider_worker
- spider
- src/features
7 files changed
+1322
-13
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments