GitDeployHub

tencentcloudadp/youtu-agent

github.com/tencentcloudadp/youtu-agent ↗
Python
11 environment variables found in .env.example

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

  • UTU_LLM_TYPE LLM setup your LLM config , ref https://api-docs.deepseek.com/
  • UTU_LLM_MODEL
  • UTU_LLM_BASE_URL
  • UTU_LLM_API_KEY secret
  • SERPER_API_KEY secret tools search toolkit For web search, ref https://serper.dev/playground
  • JINA_API_KEY secret For web content extraction, ref https://jina.ai/reader
  • PHOENIX_ENDPOINT misc (Optional) tracing OTEL endpoint (Optional), ref https://arize.com/docs/phoenix if use Phoenix
  • PHOENIX_PROJECT_NAME
  • PHOENIX_API_KEY secret additional key if use Phoenix's cloud service. https://app.phoenix.arize.com/s/_space_name_/settings/general
  • UTU_DB_URL secret database database url (Optional), e.g., SQLite, PostgreSQL. DB is used to store tracing and evaluation data
  • UTU_LOG_LEVEL logging
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/tencentcloudadp/youtu-agent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/tencentcloudadp/youtu-agent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/tencentcloudadp/youtu-agent
Or deploy to a different host
← Try another repo