mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Install 32 Python tiles in vendored mode, add MCP configs for all agents, and set up weekly tile update workflow via reusable github-workflows caller.
102 lines
2 KiB
JSON
102 lines
2 KiB
JSON
{
|
|
"name": "codeflash-agent",
|
|
"mode": "vendored",
|
|
"dependencies": {
|
|
"tessl/pypi-aiohttp": {
|
|
"version": "3.12.0"
|
|
},
|
|
"tessl/pypi-asyncpg": {
|
|
"version": "0.30.0"
|
|
},
|
|
"tessl/pypi-attrs": {
|
|
"version": "25.3.0"
|
|
},
|
|
"tessl/pypi-fastapi": {
|
|
"version": "0.116.0"
|
|
},
|
|
"tessl/pypi-libcst": {
|
|
"version": "1.8.0"
|
|
},
|
|
"tessl/pypi-openai": {
|
|
"version": "2.11.0"
|
|
},
|
|
"tessl/pypi-posthog": {
|
|
"version": "6.7.0"
|
|
},
|
|
"tessl/pypi-pydantic": {
|
|
"version": "2.11.0"
|
|
},
|
|
"tessl/pypi-pydantic-settings": {
|
|
"version": "2.10.0"
|
|
},
|
|
"tessl/pypi-sentry-sdk": {
|
|
"version": "2.36.0"
|
|
},
|
|
"tessl/pypi-uvicorn": {
|
|
"version": "0.37.0"
|
|
},
|
|
"tessl/pypi-gitpython": {
|
|
"version": "3.1.0"
|
|
},
|
|
"tessl/pypi-requests": {
|
|
"version": "2.32.0"
|
|
},
|
|
"tessl/pypi-platformdirs": {
|
|
"version": "4.4.0"
|
|
},
|
|
"tessl/pypi-coverage": {
|
|
"version": "7.10.0"
|
|
},
|
|
"tessl/pypi-dill": {
|
|
"version": "0.4.0"
|
|
},
|
|
"tessl/pypi-jedi": {
|
|
"version": "0.19.0"
|
|
},
|
|
"tessl/pypi-lxml": {
|
|
"version": "6.0.0"
|
|
},
|
|
"tessl/pypi-tomlkit": {
|
|
"version": "0.13.0"
|
|
},
|
|
"tessl/pypi-crosshair-tool": {
|
|
"version": "0.0.0"
|
|
},
|
|
"tessl/pypi-pytest": {
|
|
"version": "8.4.0"
|
|
},
|
|
"tessl/pypi-pytest-cov": {
|
|
"version": "6.2.0"
|
|
},
|
|
"tessl/pypi-mypy": {
|
|
"version": "1.17.0"
|
|
},
|
|
"tessl/pypi-memray": {
|
|
"version": "1.18.0"
|
|
},
|
|
"tessl/pypi-httpx": {
|
|
"version": "0.28.0"
|
|
},
|
|
"tessl/pypi-parameterized": {
|
|
"version": "0.9.0"
|
|
},
|
|
"tessl/pypi-pyjwt": {
|
|
"version": "2.10.0"
|
|
},
|
|
"tessl/pypi-stamina": {
|
|
"version": "25.1.0"
|
|
},
|
|
"tessl/pypi-uv": {
|
|
"version": "0.8.0"
|
|
},
|
|
"tessl/pypi-numpy": {
|
|
"version": "2.3.0"
|
|
},
|
|
"tessl/pypi-black": {
|
|
"version": "25.1.0"
|
|
},
|
|
"tessl/pypi-wcwidth": {
|
|
"version": "0.2.0"
|
|
}
|
|
}
|
|
}
|