Skip to content

[FEAT] persistent logging system #15

@edwinkys

Description

@edwinkys

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions