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] persistent logging system #15

Open
edwinkys opened this issue Nov 5, 2024 · 0 comments
Open

[FEAT] persistent logging system #15

edwinkys opened this issue Nov 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@edwinkys
Copy link
Contributor

edwinkys commented Nov 5, 2024

Feature Description

We want to add a feature that allows approval request to be log and persisted in some form of embedded database like SQLite, Sled, or RocksDB. This logs can then be retrieved for auditing or even processed into training data.

Potential Solution

After the approvers approve or reject approval requests, we will store the information inside of the database. In the FUTURE, we can create a third server with REST API that allows the users to query this logs.

Additional Context

Optionally, along with the approval request data, we might want to track the time it takes for the approvers to approver the requests. I figured this could be helpful to track the approver team performance at monitoring the AI agent.

@edwinkys edwinkys added the enhancement New feature or request label Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant