agnes-the-ai-analyst/cli
ZdenekSrotyr 4b4c071959 fix: async httpx in metadata push, guard access_token, add push test
- Replace synchronous httpx.post() with async httpx.AsyncClient in push_metadata_to_source endpoint to avoid blocking the event loop
- Guard data["access_token"] in CLI analyst setup with .get() and a clear error message on missing key
- Add test_push_non_keboola_table_fails and test_push_keboola_table to TestMetadataAPI, covering 400/404 path and the happy path with mocked async httpx
2026-04-11 08:33:10 +02:00
..
commands fix: async httpx in metadata push, guard access_token, add push test 2026-04-11 08:33:10 +02:00
skills chore: clean repo for public release — fix references, remove drafts 2026-04-08 19:27:25 +02:00
__init__.py feat: add Docker, CLI tool, scheduler, and agent skills 2026-03-27 15:30:03 +01:00
client.py feat: add Docker, CLI tool, scheduler, and agent skills 2026-03-27 15:30:03 +01:00
config.py feat: add da analyst setup command with bootstrap flow 2026-04-10 19:43:36 +02:00
main.py feat: add da analyst setup command with bootstrap flow 2026-04-10 19:43:36 +02:00