Source
- Project: Stagehand
- License:
MIT
- Clone mode:
code
Feature we want
Three-verb agent surface: observe(intent) returns candidate actions, extract(zodSchema) returns typed structured data, act(intent) performs an action. All driven by an LLM under the hood.
Why we want it
This is the de-facto API shape the market expects. Closes existing issues #4/#5/#6.
Acceptance criteria
Reference
See COMPETITIVE_STRATEGY.md for the full doctrine.
Source
MITcodeFeature we want
Three-verb agent surface:
observe(intent)returns candidate actions,extract(zodSchema)returns typed structured data,act(intent)performs an action. All driven by an LLM under the hood.Why we want it
This is the de-facto API shape the market expects. Closes existing issues #4/#5/#6.
Acceptance criteria
await page.observe(intent),await page.extract(schema),await page.act(intent)examples/stagehand-style/THIRD_PARTY_NOTICES.mdupdatedcloned from Stagehand@<sha>Reference
See
COMPETITIVE_STRATEGY.mdfor the full doctrine.