Migrate Advoware Proxy steps from old-motia
- Added services/advoware.py: Advoware API client with Redis token caching - Added advoware_proxy steps (GET, POST, PUT, DELETE) - Updated pyproject.toml: added aiohttp, redis, python-dotenv - Updated iii-config.yaml: fixed ExecModule command to use full path - Created MIGRATION_STATUS.md: documentation of migration progress All 4 proxy endpoints registered successfully: - GET /advoware/proxy - POST /advoware/proxy - PUT /advoware/proxy - DELETE /advoware/proxy
This commit is contained in:
1
steps/advoware_proxy/__init__.py
Normal file
1
steps/advoware_proxy/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Advoware Proxy Steps"""
|
||||
Reference in New Issue
Block a user