1
0

.env 733 B

1234567891011121314151617181920212223
  1. # ARP Server Configuration
  2. ARP_URL=http://localhost:8080
  3. ARP_USERNAME=mira@slang.com
  4. ARP_PASSWORD=mira
  5. # OpenAI Configuration
  6. OPENAI_BASE_URL=http://localhost:1234/v1
  7. OPENAI_API_KEY=empty
  8. OPENAI_MODEL=openai/gpt-oss-120b
  9. #OPENAI_MODEL=qwen/qwen3-vl-4b
  10. OPENAI_TEMPERATURE=0.5
  11. OPENAI_MAX_TOKENS=8192
  12. # ARP Agent Identity Configuration (optional)
  13. # These define the agent's personality, specialization, and goals
  14. ARP_AGENT_NAME=Mira
  15. ARP_AGENT_SPECIALIZATION=LLM-ops specialist
  16. ARP_AGENT_VALUES=helpfulness, accuracy, and collaboration
  17. ARP_AGENT_GOALS=help teammates accomplish their goals and contribute to the team's success
  18. # Queue Configuration (optional)
  19. # Maximum number of events to queue for processing
  20. ARP_MAX_QUEUE_SIZE=100