From 0ee5b40b72c03d578a7b58b195ee5715413d5a7e Mon Sep 17 00:00:00 2001 From: "manthapavankumar11@gmail.com" Date: Mon, 13 Oct 2025 20:35:50 +0530 Subject: [PATCH 1/2] modified readme and gitignore --- .gitignore | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 129b5fa..1429fcd 100644 --- a/.gitignore +++ b/.gitignore @@ -206,4 +206,4 @@ marimo/_static/ marimo/_lsp/ __marimo__/ -./agent_evals/dataset.jsonl \ No newline at end of file +agent_evals \ No newline at end of file diff --git a/README.md b/README.md index 85002c5..02316c0 100644 --- a/README.md +++ b/README.md @@ -145,3 +145,8 @@ Apache2.0 License - see LICENSE file for details ## Support For issues and questions, please open an issue on GitHub. + +## Special Credits +- Built with Agno2.0 framework for multi-agent orchestration +- Uses POML for structured prompt engineering +- powered by Claude (Anthropic), GPT (OpenAI) and Gemini (Google) From e154248be66b82dacbbe65a949a070cd9c6018e8 Mon Sep 17 00:00:00 2001 From: "manthapavankumar11@gmail.com" Date: Mon, 13 Oct 2025 20:44:43 +0530 Subject: [PATCH 2/2] modified readme for enhanced instructions --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 02316c0..f142a8d 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,19 @@ pip install devops-agent ``` ## Configuration - -Create a `.env` file in the project root: - +#### LLM API KEYS ```env -ANTHROPIC_API_KEY=your_api_key_here + export GEMINI_API_KEY=YOUR API KEY + or + export ANTHROPIC_API_KEY=YOUR API KEY + or + export OPENAI_API_KEY=YOUR API KEY +``` +#### Qdrant Config for Agent Memory +```env +export QDRANT_URL=YOUR QDRANT URL +export QDRANT_API_KEY=YOUR QDRANT API KEY ``` - ## Usage ### Analyze Log Files