AutoGPT/autogpt_platform/backend/test/data
Zamil Majdy c36c239dd5
feat(backend): Add graph/node id & execution id on CreditTransaction table (#9217)
We need to be able to determine the cost of graph/node execution.

### Changes 🏗️

* Add these columns into CreditTransaction `metadata` column:
    - graph_id
    - node_id
    - graph_exec_id
    - node_exec_id
    - block_id
* Drop the `blockId` column and backfill the dropped value into
metadata->>block_id.
* Frequent queries on these values will require an index created on
demand through a migration, depending on the use case.

---------

Co-authored-by: Krzysztof Czerwinski <kpczerwinski@gmail.com>
Co-authored-by: Reinier van der Leer <pwuts@agpt.co>
2025-01-16 20:59:49 +00:00
..
test_credit.py feat(backend): Add graph/node id & execution id on CreditTransaction table (#9217) 2025-01-16 20:59:49 +00:00
test_graph.py Revert "feature(backend): Add ability to execute store agents without agent ownership" (#9263) 2025-01-13 18:34:17 +00:00