deerflow2/backend/app/gateway
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
..
routers feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00
third_party_proxy feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00
__init__.py refactor: split backend into harness (deerflow.*) and app (app.*) (#1131) 2026-03-14 22:55:52 +08:00
app.py feat(proxy): add third-party proxy module with billing integration 2026-04-23 17:29:27 +08:00
config.py feat(skills): add remote YAML bootstrap and materialization APIs 2026-04-05 18:16:05 +08:00
deps.py feat(gateway): implement LangGraph Platform API in Gateway, replace langgraph-cli (#1403) 2026-03-30 16:02:23 +08:00
path_utils.py refactor: split backend into harness (deerflow.*) and app (app.*) (#1131) 2026-03-14 22:55:52 +08:00
services.py feat(backend): 生成PPT时预处理用户提示词 2026-04-20 14:55:19 +08:00
skill_yaml_importer.py feat(skills): add remote YAML bootstrap and materialization APIs 2026-04-05 18:16:05 +08:00