3 Commits

Author SHA1 Message Date
Hermes Agent
a9ea05ff2d Merge remote initial commit, resolve README conflict 2026-05-20 17:57:04 +08:00
Hermes Agent
5c65c78752 feat: sageapi initial scaffold
- 36 files: module structure following module-development-spec
- 7 table definitions: users_cache, pricing_cache, llmage_cache, uapi_cache, sync_state, customer_balance, accounting_records
- Auth: dapi_auth + uapi_sign
- Sync: base_sync + entity-specific sync modules (users/pricing/uapi/llmage)
- Cache: LRU cache manager with TTL
- API: balance, accounting, users, pricing, health handlers
- Config: YAML config loader with env overrides
- Utils: HTTP client, crypto helpers
2026-05-20 17:53:53 +08:00
f2fc8a7251 Initial commit 2026-05-20 14:18:15 +08:00