Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7aed60d
chore: remove .agent folder and clean up CLAUDE.md
FrancescoSaverioZuppichini Apr 14, 2026
731d70d
feat!: restructure as uv library project
FrancescoSaverioZuppichini Apr 14, 2026
60e99b6
feat: implement v2 SDK matching JS API 1:1
FrancescoSaverioZuppichini Apr 14, 2026
25dbdd8
feat: add examples matching JS SDK
FrancescoSaverioZuppichini Apr 14, 2026
e1d8033
refactor: merge types into schemas, all Pydantic
FrancescoSaverioZuppichini Apr 14, 2026
45846ba
fix: use ConfigDict for Pydantic model_config
FrancescoSaverioZuppichini Apr 14, 2026
d1faf57
feat: add integration tests matching JS SDK
FrancescoSaverioZuppichini Apr 14, 2026
84400ff
feat: use Pydantic alias_generator, add async examples, update README
FrancescoSaverioZuppichini Apr 14, 2026
22dbab5
chore: update .gitignore, remove update-requirements.yml
FrancescoSaverioZuppichini Apr 14, 2026
fc8bd04
chore: simplify CI workflows for uv-based project
FrancescoSaverioZuppichini Apr 14, 2026
2b1f5fe
feat: add unit tests with mocked httpx (28 tests)
FrancescoSaverioZuppichini Apr 14, 2026
1637a05
chore: format code with ruff, add ruff config
FrancescoSaverioZuppichini Apr 14, 2026
3b4990c
chore: fix lint for tests, add per-file ignores
FrancescoSaverioZuppichini Apr 14, 2026
e9fbc47
docs: add CONTRIBUTING.md with lint/format instructions
FrancescoSaverioZuppichini Apr 14, 2026
b190d03
docs: update CONTRIBUTING.md to match JS SDK structure
FrancescoSaverioZuppichini Apr 14, 2026
8c59f38
refactor: return Pydantic objects instead of raw dicts
FrancescoSaverioZuppichini Apr 14, 2026
500b442
ci: test on Python 3.12 and 3.14
FrancescoSaverioZuppichini Apr 15, 2026
b7822f2
fix: update examples for Pydantic models and add dotenv loading
FrancescoSaverioZuppichini Apr 15, 2026
f53c01e
docs: remove mypy from CLAUDE.md, CI only uses ruff
FrancescoSaverioZuppichini Apr 15, 2026
13902a9
fix: update default API URL and rename SGAI_TIMEOUT_S to SGAI_TIMEOUT
FrancescoSaverioZuppichini Apr 15, 2026
bac1751
fix: update health test to mock httpx.Client.request
FrancescoSaverioZuppichini Apr 15, 2026
09ec3ca
feat: add monitor.activity() endpoint for polling monitor results
FrancescoSaverioZuppichini Apr 15, 2026
3ad0eee
style: apply ruff format to async_client.py
VinciGit00 Apr 15, 2026
d00efeb
refactor: match monitor examples to JS SDK style
FrancescoSaverioZuppichini Apr 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
391 changes: 0 additions & 391 deletions .agent/README.md

This file was deleted.

Loading
Loading