mycode-sdk 0.5.8__tar.gz → 0.6.0__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mycode-sdk
3
- Version: 0.5.8
3
+ Version: 0.6.0
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.5.8"
7
+ version = "0.6.0"
8
8
  description = "Lightweight Python SDK for building AI agents."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
@@ -177,6 +177,13 @@
177
177
  "supports_pdf_input": false,
178
178
  "supports_reasoning": true
179
179
  },
180
+ "deepseek-v4-flash": {
181
+ "context_window": 1000000,
182
+ "max_output_tokens": 384000,
183
+ "supports_image_input": false,
184
+ "supports_pdf_input": false,
185
+ "supports_reasoning": true
186
+ },
180
187
  "deepseek-v4-pro": {
181
188
  "context_window": 1000000,
182
189
  "max_output_tokens": 384000,
File without changes
File without changes
File without changes