Skip to content

Commit a9faee5

Browse files
authored
Last changes (#11)
* modified readme and gitignore * modified readme for enhanced instructions
1 parent 3f72771 commit a9faee5

2 files changed

Lines changed: 17 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,4 @@ marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208208

209-
./agent_evals/dataset.jsonl
209+
agent_evals

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff 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

147153
For 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)

0 commit comments

Comments
 (0)