deerflow2/backend/app/gateway/third_party_proxy
Titan dabe529cc7 feat(proxy): add third-party proxy module with billing integration
- Introduced a new third-party proxy package for handling async task APIs.
- Implemented billing client with reserve and finalize functionalities.
- Created an in-memory ledger to track call states and ensure idempotency.
- Added route classification for submit and query requests.
- Configured third-party provider settings and routes in the application config.
- Updated local backend to support Docker networking for sandbox containers.
2026-04-23 17:29:27 +08:00
..
__init__.py feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00
billing.py feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00
ledger.py feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00
proxy.py feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00