mycode-sdk 0.8.1__tar.gz → 0.8.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (22) hide show
  1. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/PKG-INFO +1 -1
  2. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/pyproject.toml +1 -1
  3. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/models_catalog.json +69 -6
  4. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/.gitignore +0 -0
  5. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/LICENSE +0 -0
  6. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/README.md +0 -0
  7. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/__init__.py +0 -0
  8. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/agent.py +0 -0
  9. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/compact.py +0 -0
  10. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/hooks.py +0 -0
  11. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/messages.py +0 -0
  12. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/models.py +0 -0
  13. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/providers/__init__.py +0 -0
  14. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/providers/anthropic_like.py +0 -0
  15. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/providers/base.py +0 -0
  16. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/providers/gemini.py +0 -0
  17. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/providers/openai_chat.py +0 -0
  18. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/providers/openai_responses.py +0 -0
  19. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/py.typed +0 -0
  20. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/session.py +0 -0
  21. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/tools.py +0 -0
  22. {mycode_sdk-0.8.1 → mycode_sdk-0.8.3}/src/mycode/utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mycode-sdk
3
- Version: 0.8.1
3
+ Version: 0.8.3
4
4
  Summary: Lightweight Python SDK for building AI agents.
5
5
  Project-URL: Homepage, https://github.com/legibet/mycode
6
6
  Project-URL: Repository, https://github.com/legibet/mycode
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "mycode-sdk"
7
- version = "0.8.1"
7
+ version = "0.8.3"
8
8
  description = "Lightweight Python SDK for building AI agents."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -347,6 +347,13 @@
347
347
  "supports_pdf_input": true,
348
348
  "supports_reasoning": true
349
349
  },
350
+ "gemini-3.1-flash-lite": {
351
+ "context_window": 1048576,
352
+ "max_output_tokens": 65536,
353
+ "supports_image_input": true,
354
+ "supports_pdf_input": true,
355
+ "supports_reasoning": true
356
+ },
350
357
  "gemini-3.1-flash-lite-preview": {
351
358
  "context_window": 1048576,
352
359
  "max_output_tokens": 65536,
@@ -1839,6 +1846,13 @@
1839
1846
  "supports_pdf_input": false,
1840
1847
  "supports_reasoning": true
1841
1848
  },
1849
+ "openrouter/owl-alpha": {
1850
+ "context_window": 1048756,
1851
+ "max_output_tokens": 262144,
1852
+ "supports_image_input": false,
1853
+ "supports_pdf_input": false,
1854
+ "supports_reasoning": true
1855
+ },
1842
1856
  "openrouter/pareto-code": {
1843
1857
  "context_window": 200000,
1844
1858
  "max_output_tokens": 200000,
@@ -1846,6 +1860,20 @@
1846
1860
  "supports_pdf_input": false,
1847
1861
  "supports_reasoning": true
1848
1862
  },
1863
+ "poolside/laguna-m.1:free": {
1864
+ "context_window": 131072,
1865
+ "max_output_tokens": 8192,
1866
+ "supports_image_input": false,
1867
+ "supports_pdf_input": false,
1868
+ "supports_reasoning": true
1869
+ },
1870
+ "poolside/laguna-xs.2:free": {
1871
+ "context_window": 131072,
1872
+ "max_output_tokens": 8192,
1873
+ "supports_image_input": false,
1874
+ "supports_pdf_input": false,
1875
+ "supports_reasoning": true
1876
+ },
1849
1877
  "prime-intellect/intellect-3": {
1850
1878
  "context_window": 131072,
1851
1879
  "max_output_tokens": 8192,
@@ -1860,6 +1888,20 @@
1860
1888
  "supports_pdf_input": false,
1861
1889
  "supports_reasoning": false
1862
1890
  },
1891
+ "qwen/qwen-3.6-27b": {
1892
+ "context_window": 262144,
1893
+ "max_output_tokens": 81920,
1894
+ "supports_image_input": true,
1895
+ "supports_pdf_input": false,
1896
+ "supports_reasoning": false
1897
+ },
1898
+ "qwen/qwen-plus": {
1899
+ "context_window": 1000000,
1900
+ "max_output_tokens": 32768,
1901
+ "supports_image_input": false,
1902
+ "supports_pdf_input": false,
1903
+ "supports_reasoning": false
1904
+ },
1863
1905
  "qwen/qwen2.5-vl-72b-instruct": {
1864
1906
  "context_window": 32768,
1865
1907
  "max_output_tokens": 8192,
@@ -1916,6 +1958,13 @@
1916
1958
  "supports_pdf_input": false,
1917
1959
  "supports_reasoning": false
1918
1960
  },
1961
+ "qwen/qwen3-coder-plus": {
1962
+ "context_window": 1000000,
1963
+ "max_output_tokens": 65536,
1964
+ "supports_image_input": false,
1965
+ "supports_pdf_input": false,
1966
+ "supports_reasoning": false
1967
+ },
1919
1968
  "qwen/qwen3-coder:exacto": {
1920
1969
  "context_window": 131072,
1921
1970
  "max_output_tokens": 32768,
@@ -2000,6 +2049,13 @@
2000
2049
  "supports_pdf_input": false,
2001
2050
  "supports_reasoning": true
2002
2051
  },
2052
+ "tencent/hy3-preview": {
2053
+ "context_window": 256000,
2054
+ "max_output_tokens": 64000,
2055
+ "supports_image_input": false,
2056
+ "supports_pdf_input": false,
2057
+ "supports_reasoning": true
2058
+ },
2003
2059
  "x-ai/grok-3": {
2004
2060
  "context_window": 131072,
2005
2061
  "max_output_tokens": 8192,
@@ -2063,6 +2119,13 @@
2063
2119
  "supports_pdf_input": false,
2064
2120
  "supports_reasoning": true
2065
2121
  },
2122
+ "x-ai/grok-4.3": {
2123
+ "context_window": 1000000,
2124
+ "max_output_tokens": 1000000,
2125
+ "supports_image_input": true,
2126
+ "supports_pdf_input": false,
2127
+ "supports_reasoning": true
2128
+ },
2066
2129
  "x-ai/grok-code-fast-1": {
2067
2130
  "context_window": 256000,
2068
2131
  "max_output_tokens": 10000,
@@ -2079,14 +2142,14 @@
2079
2142
  },
2080
2143
  "xiaomi/mimo-v2-omni": {
2081
2144
  "context_window": 262144,
2082
- "max_output_tokens": 65536,
2145
+ "max_output_tokens": 131072,
2083
2146
  "supports_image_input": true,
2084
- "supports_pdf_input": false,
2147
+ "supports_pdf_input": true,
2085
2148
  "supports_reasoning": true
2086
2149
  },
2087
2150
  "xiaomi/mimo-v2-pro": {
2088
2151
  "context_window": 1048576,
2089
- "max_output_tokens": 65536,
2152
+ "max_output_tokens": 131072,
2090
2153
  "supports_image_input": false,
2091
2154
  "supports_pdf_input": false,
2092
2155
  "supports_reasoning": true
@@ -2094,15 +2157,15 @@
2094
2157
  "xiaomi/mimo-v2.5": {
2095
2158
  "context_window": 1048576,
2096
2159
  "max_output_tokens": 131072,
2097
- "supports_image_input": false,
2160
+ "supports_image_input": true,
2098
2161
  "supports_pdf_input": false,
2099
2162
  "supports_reasoning": true
2100
2163
  },
2101
2164
  "xiaomi/mimo-v2.5-pro": {
2102
2165
  "context_window": 1048576,
2103
2166
  "max_output_tokens": 131072,
2104
- "supports_image_input": true,
2105
- "supports_pdf_input": true,
2167
+ "supports_image_input": false,
2168
+ "supports_pdf_input": false,
2106
2169
  "supports_reasoning": true
2107
2170
  },
2108
2171
  "z-ai/glm-4.5": {
File without changes
File without changes
File without changes