mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
* uvx migrate-to-uv
* uv migration
* Fix hatch build
* Fixup
* uv run
* Add tab completion to devcontainer uv
Co-authored-by: Simon Emms <simon@simonemms.com>
* Revert "Add tab completion to devcontainer uv"
This reverts commit a3b7bdd84b.
---------
Co-authored-by: Simon Emms <simon@simonemms.com>
21 lines
500 B
JSON
21 lines
500 B
JSON
{
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"name": "Temporal AI Agentic Demo",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/node:1": {},
|
|
"ghcr.io/va-h/devcontainers-features/uv:1": {},
|
|
"ghcr.io/devcontainers/features/python:1": {},
|
|
"ghcr.io/devcontainers-extra/features/temporal-cli:1": {},
|
|
"ghcr.io/mrsimonemms/devcontainers/tcld:1": {}
|
|
},
|
|
"forwardPorts": [
|
|
5173,
|
|
7233,
|
|
8000,
|
|
8233
|
|
],
|
|
"containerEnv": {
|
|
"VITE_HOST": "0.0.0.0"
|
|
}
|
|
}
|