Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): add explorer for tracking execution requests #112

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

en-tropyc
Copy link
Collaborator

Add SQLite-based explorer functionality to track and monitor execution requests.

  • Add database tracking for execution requests
  • Implement CLI commands for request management
  • Integrate with project initialization workflow
  • Add status tracking for provers

New commands:

  • bonsol explorer list
  • bonsol explorer status
  • bonsol explorer create
  • bonsol explorer update
  • bonsol explorer list-pending
  • bonsol explorer list-prover

The explorer helps track execution requests through their lifecycle:

  1. Creation (Pending)
  2. Prover Assignment (InProgress)
  3. Completion (Completed/Failed)

Closes #109

Add SQLite-based explorer functionality to track and monitor execution requests.

- Add database tracking for execution requests
- Implement CLI commands for request management
- Integrate with project initialization workflow
- Add status tracking for provers

New commands:
- bonsol explorer list
- bonsol explorer status <id>
- bonsol explorer create <data>
- bonsol explorer update <id> <status>
- bonsol explorer list-pending
- bonsol explorer list-prover <prover-id>

The explorer helps track execution requests through their lifecycle:
1. Creation (Pending)
2. Prover Assignment (InProgress)
3. Completion (Completed/Failed)

Closes #109
Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bonsol ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 7:18pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant