Skip to content

Documentation Researcher #24

@DavertMik

Description

@DavertMik

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>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions