GitDeployHub

langchain-ai/openshell-deepagent

github.com/langchain-ai/openshell-deepagent ↗
Python
7 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • NVIDIA_API_KEY secret NVIDIA Nemotron Super 3 via NIM Get your key at: build.nvidia.com
  • ANTHROPIC_API_KEY secret
  • OPENSHELL_SANDBOX_NAME Optional: connect to a pre-existing sandbox by name instead of creating a fresh one. Create one with: openshell sandbox create --name…
  • LANGSMITH_API_KEY secret LangSmith (optional for tracing)
  • LANGSMITH_PROJECT
  • LANGSMITH_TRACING
  • AGENT_MODEL
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/langchain-ai/openshell-deepagent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/langchain-ai/openshell-deepagent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/langchain-ai/openshell-deepagent
Or deploy to a different host
← Try another repo