plengauer/Autopuppeteer
Automatically puppeteer a webbrowser to accomplish a given task
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| goal | A textual description of the goal to achieve. | yes | — |
| url | The URL to start at | yes | — |
| openai_token | A valid API token for OpenAI | yes | — |
| github_token | A valid API token for GitHub with access to Copilot | yes | ${{ github.token }} |
| username | The username if needed | — | "" |
| password | The password if needed | — | "" |
| cookie | A valid cookie to provide context | — | "" |
| vision | — | — | true |
| resolution | — | — | 3840x2160 |
| guardrail_strings | — | — | "" |
| guardrail_patterns | — | — | "" |
| cache_key | Key for the cache | — | autopuppeteer ${{ github.workflow }}-${{ github.job }} |
| debug | — | — | ${{ runner.debug }} |
Outputs
| name | description |
|---|---|
| result | The result value if any |
| result_path | The result path |