Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,15 @@ AutoNode operates based on a site-graph that defines the navigation and actions
```

Example request:

```
{
"site_url": "https://app.apollo.io/#/login",
"objective": "Find the list of 20 ceo, cto of tech companies in san francisco. Login into apollo using the creds [email protected] and password dummypassword@123",
"graph_path": "autonode/site_trees/apollo.json"
"planner_prompt": "apollo"
}
```

- site_url: The URL of the website AutoNode will visit and interact with.

Expand Down