File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -206,4 +206,4 @@ marimo/_static/
206206marimo /_lsp /
207207__marimo__ /
208208
209- . / agent_evals / dataset.jsonl
209+ agent_evals
Original file line number Diff line number Diff line change @@ -24,13 +24,19 @@ pip install devops-agent
2424```
2525
2626## Configuration
27-
28- Create a ` .env ` file in the project root:
29-
27+ #### LLM API KEYS
3028``` env
31- ANTHROPIC_API_KEY=your_api_key_here
29+ export GEMINI_API_KEY=YOUR API KEY
30+ or
31+ export ANTHROPIC_API_KEY=YOUR API KEY
32+ or
33+ export OPENAI_API_KEY=YOUR API KEY
34+ ```
35+ #### Qdrant Config for Agent Memory
36+ ``` env
37+ export QDRANT_URL=YOUR QDRANT URL
38+ export QDRANT_API_KEY=YOUR QDRANT API KEY
3239```
33-
3440## Usage
3541
3642### Analyze Log Files
@@ -145,3 +151,8 @@ Apache2.0 License - see LICENSE file for details
145151## Support
146152
147153For issues and questions, please open an issue on GitHub.
154+
155+ ## Special Credits
156+ - Built with <b >Agno2.0</b > framework for multi-agent orchestration
157+ - Uses <b >POML</b > for structured prompt engineering
158+ - powered by Claude (Anthropic), GPT (OpenAI) and Gemini (Google)
You can’t perform that action at this time.
0 commit comments