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:
bsiggel
2026-03-01 21:47:43 +00:00
parent a35eab562f
commit a24282c346
11 changed files with 1411 additions and 1 deletions

View File

@@ -80,4 +80,4 @@ modules:
watch:
- steps/**/*.py
exec:
- uv run motia run --dir steps
- /opt/bin/uv run python -m motia.cli run --dir steps