GitDeployHub

1ove9/ai-agents-for-beginners

github.com/1ove9/ai-agents-for-beginners ↗
Python
19 environment variables found in .env.example

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

  • GLOBAL_LLM_SERVICE
  • GITHUB_TOKEN secret Only Used For Running Samples Using GitHub Models
  • GITHUB_MODEL_ID
  • GITHUB_ENDPOINT
  • PROJECT_ENDPOINT For Running Samples Using Azure AI Agent Service
  • AZURE_OPENAI_API_KEY secret Only Used For Running Samples Using Azure OpenAI Service + Azure Search
  • AZURE_OPENAI_ENDPOINT secret
  • AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME secret
  • AZURE_OPENAI_CHAT_DEPLOYMENT_NAME secret
  • AZURE_OPENAI_API_VERSION secret
  • AZURE_SEARCH_SERVICE_ENDPOINT secret
  • AZURE_SEARCH_API_KEY secret
  • AZURE_SUBSCRIPTION_ID secret
  • AZURE_AI_PROJECT_NAME secret
  • AZURE_OPENAI_RESOURCE_GROUP secret
  • AZURE_OPENAI_SERVICE secret
  • AZURE_AI_AGENT_MODEL_DEPLOYMENT_NAME secret
  • AZURE_AI_AGENT_PROJECT_CONNECTION_STRING secret
  • AZURE_OPENAI_DEPLOYMENT_NAME secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/1ove9/ai-agents-for-beginners
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/1ove9/ai-agents-for-beginners
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/1ove9/ai-agents-for-beginners
Or deploy to a different host
← Try another repo