Skip to content
Merged
Show file tree
Hide file tree
Changes from 9 commits
Commits
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
20 changes: 10 additions & 10 deletions ai-weather-agent/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ requires-python = ">= 3.11,<3.13"
version = "0.0.0"
dependencies = [
"pydantic",
"fastapi>=0.115.6,<0.116",
"uvicorn>=0.34.0,<0.35",
"openai>=1.59.9,<2",
"python-dotenv>=1.0.1,<2",
"httpx>=0.28.1,<0.29",
"tenacity>=9.0.0,<10",
"huggingface-hub>=0.27.1,<0.28",
"hf-transfer>=0.1.9,<0.2",
"psutil>=6.1.1,<7",
"numpy>=2.2.2,<3",
"fastapi>=0.115.6",
"uvicorn>=0.34.0",
"openai>=1.59.9",
"python-dotenv>=1.0.1",
"httpx>=0.28.1",
"tenacity>=9.0.0",
"huggingface-hub>=0.27.1",
"hf-transfer>=0.1.9",
"psutil>=6.1.1",
"numpy>=2.2.2",
]

[build-system]
Expand Down
88 changes: 44 additions & 44 deletions ai-weather-agent/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ai-weather-agent/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "^14.2.26",
"next": "^14.2.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.3"
Expand Down
1 change: 1 addition & 0 deletions ai-weather-agent/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tags:
- embeddings
- semantic-cache
- observability
- gui

tasks:
- pixi run app
Expand Down
1 change: 1 addition & 0 deletions autodoc-repo-chat-agent/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- qwen
- qdrant
- embeddings
- tui

tasks:
- uv run poe server
Expand Down
24 changes: 12 additions & 12 deletions autodoc-repo-chat-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ name = "autodoc-repo-chat-agent"
requires-python = ">=3.10,<3.13"
version = "0.0.0"
dependencies = [
"openai>=1.65.4,<2",
"pydantic>=2.10.6,<3",
"gitingest>=0.1.3,<0.2",
"qdrant-client>=1.13.3,<2",
"sentence-transformers>=3.4.1,<4",
"aiohttp>=3.11.13,<4",
"mkdocs>=1.6.1,<2",
"mkdocs-material>=9.6.7,<10",
"pyyaml>=6.0.2,<7",
"rich>=13.9.4,<14",
"docutils>=0.21.2,<0.22",
"aiofiles>=24.1.0,<25",
"openai>=1.65.4",
"pydantic>=2.10.6",
"gitingest>=0.1.3",
"qdrant-client>=1.13.3",
"sentence-transformers>=3.4.1",
"aiohttp>=3.11.13",
"mkdocs>=1.6.1",
"mkdocs-material>=9.6.7",
"pyyaml>=6.0.2",
"rich>=13.9.4",
"docutils>=0.21.2",
"aiofiles>=24.1.0",
"modular>=25.3.0",
"poethepoet>=0.35.0",
]
Expand Down
24 changes: 12 additions & 12 deletions autodoc-repo-chat-agent/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions code-execution-sandbox-agent-with-e2b/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tags:
- llama3
- code-execution
- structured-output
- tui

tasks:
- pixi run hello
Expand Down
33 changes: 26 additions & 7 deletions code-execution-sandbox-agent-with-e2b/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ name = "code-execution-sandbox-agent-with-e2b"
requires-python = ">=3.10,<3.13"
version = "0.0.0"
dependencies = [
"openai>=1.65.1,<2",
"e2b-code-interpreter>=1.0.5,<2",
"python-dotenv>=1.0.1,<2",
"rich>=13.9.4,<15",
"python-dotenv>=1.0.1",
"rich>=13.9.4",
]

[build-system]
Expand All @@ -28,10 +26,31 @@ platforms = ["linux-64", "linux-aarch64", "osx-arm64"]
code_execution_sandbox_agent_with_e2b = { path = ".", editable = true }

[tool.pixi.dependencies]
modular = ">=25.5.0.dev2025070905,<26"
python = ">=3.10,<3.13"

[tool.pixi.tasks]
# Define environments
[tool.pixi.environments]
server = ["server"]
agent = ["agent"]

# Feature for MAX server (needs modular package with newer protobuf)
[tool.pixi.feature.server.dependencies]
modular = ">=25.5.0.dev2025070905"

[tool.pixi.feature.server.pypi-dependencies]
openai = ">=1.65.1"

[tool.pixi.feature.server.tasks]
server = "MAX_SERVE_PORT=8010 max serve --model-path modularai/Llama-3.1-8B-Instruct-GGUF --enable-structured-output"
hello = "python hello.py"

# Feature for e2b agent (needs older protobuf)
[tool.pixi.feature.agent.pypi-dependencies]
openai = ">=1.65.1"
e2b-code-interpreter = ">=1.0.5"

[tool.pixi.feature.agent.tasks]
agent = "python agent.py"
hello = "python hello.py"

[tool.pixi.tasks]
tests = "echo 'test passed'"
1 change: 1 addition & 0 deletions custom-ops-ai-applications/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- max-graph
- gpu-programming
- mojo
- archived

tasks:
- magic run top_k
Expand Down
1 change: 1 addition & 0 deletions custom-ops-introduction/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ difficulty: "beginner"
tags:
- max-graph
- gpu-programming
- archived

tasks:
- magic run add_one
Expand Down
1 change: 1 addition & 0 deletions custom-ops-matrix-multiplication/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ tags:
- max-graph
- gpu-programming
- mojo
- archived

tasks:
- magic run matrix_multiplication
Expand Down
1 change: 1 addition & 0 deletions deepseek-qwen-autogen-agent/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tags:
- qwen
- agent
- autogen
- tui

tasks:
- pixi run server
Expand Down
Loading