We need a subproject that will allow epxlorbot to go around website and prepare documentation about this site
- try to navigate on every page
- use state manager to understand if page was visited or not (no deadloop too)
- generate research on every page; Ask more for documentatoin focused prompts:
List what user CAN do on this page based on your research
List actions you are 100% sure availble on page
List what user MIGHT be able to do based on your assumptions on this page
List actions that you think are allowed or might be allowed, however, you don't see exact proofs of that
When explaining interaction be precise:
- is user interacting with one item
- is user interacting with list of items
- is user allowed to interact with selected list of items (bulk operations)
- is user interacting with all items items
Format output as Spec:
- user can create todo item -> one item
- user can bulk create todo item -> bulk operations
- user can to export all todo items as PDF-> all item operations
Create subproject (boat) similar to boats/api-boat
It can have:
- its own classes
- its own commands
- its own cli
- its own config
- its own agent list in src/ai
Inside a boat folder you can launch it like:
./bin/doc-collector.js / --max-pages 100
It should be plugged into explorbot as api-tester:
explorbot docs <doc commands>
We need a subproject that will allow epxlorbot to go around website and prepare documentation about this site
Create subproject (boat) similar to boats/api-boat
It can have:
Inside a boat folder you can launch it like:
It should be plugged into explorbot as api-tester: