aidevops 2.52.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/AGENTS.md +614 -0
- package/.agent/accounts.md +65 -0
- package/.agent/aidevops/add-new-mcp-to-aidevops.md +456 -0
- package/.agent/aidevops/api-integrations.md +335 -0
- package/.agent/aidevops/architecture.md +510 -0
- package/.agent/aidevops/configs.md +274 -0
- package/.agent/aidevops/docs.md +244 -0
- package/.agent/aidevops/extension.md +311 -0
- package/.agent/aidevops/mcp-integrations.md +340 -0
- package/.agent/aidevops/mcp-troubleshooting.md +162 -0
- package/.agent/aidevops/memory-patterns.md +172 -0
- package/.agent/aidevops/providers.md +217 -0
- package/.agent/aidevops/recommendations.md +321 -0
- package/.agent/aidevops/requirements.md +301 -0
- package/.agent/aidevops/resources.md +214 -0
- package/.agent/aidevops/security-requirements.md +174 -0
- package/.agent/aidevops/security.md +350 -0
- package/.agent/aidevops/service-links.md +400 -0
- package/.agent/aidevops/services.md +357 -0
- package/.agent/aidevops/setup.md +153 -0
- package/.agent/aidevops/troubleshooting.md +389 -0
- package/.agent/aidevops.md +124 -0
- package/.agent/build-plus.md +244 -0
- package/.agent/content/guidelines.md +109 -0
- package/.agent/content.md +87 -0
- package/.agent/health.md +59 -0
- package/.agent/legal.md +59 -0
- package/.agent/loop-state/full-loop.local.md +16 -0
- package/.agent/loop-state/ralph-loop.local.md +10 -0
- package/.agent/marketing.md +440 -0
- package/.agent/memory/README.md +260 -0
- package/.agent/onboarding.md +796 -0
- package/.agent/plan-plus.md +245 -0
- package/.agent/research.md +100 -0
- package/.agent/sales.md +333 -0
- package/.agent/scripts/101domains-helper.sh +701 -0
- package/.agent/scripts/add-missing-returns.sh +140 -0
- package/.agent/scripts/agent-browser-helper.sh +311 -0
- package/.agent/scripts/agno-setup.sh +712 -0
- package/.agent/scripts/ahrefs-mcp-wrapper.js +168 -0
- package/.agent/scripts/aidevops-update-check.sh +71 -0
- package/.agent/scripts/ampcode-cli.sh +522 -0
- package/.agent/scripts/auto-version-bump.sh +156 -0
- package/.agent/scripts/autogen-helper.sh +512 -0
- package/.agent/scripts/beads-sync-helper.sh +596 -0
- package/.agent/scripts/closte-helper.sh +5 -0
- package/.agent/scripts/cloudron-helper.sh +321 -0
- package/.agent/scripts/codacy-cli-chunked.sh +581 -0
- package/.agent/scripts/codacy-cli.sh +442 -0
- package/.agent/scripts/code-audit-helper.sh +5 -0
- package/.agent/scripts/coderabbit-cli.sh +417 -0
- package/.agent/scripts/coderabbit-pro-analysis.sh +238 -0
- package/.agent/scripts/commands/code-simplifier.md +86 -0
- package/.agent/scripts/commands/full-loop.md +246 -0
- package/.agent/scripts/commands/postflight-loop.md +103 -0
- package/.agent/scripts/commands/recall.md +182 -0
- package/.agent/scripts/commands/remember.md +132 -0
- package/.agent/scripts/commands/save-todo.md +175 -0
- package/.agent/scripts/commands/session-review.md +154 -0
- package/.agent/scripts/comprehensive-quality-fix.sh +106 -0
- package/.agent/scripts/context-builder-helper.sh +522 -0
- package/.agent/scripts/coolify-cli-helper.sh +674 -0
- package/.agent/scripts/coolify-helper.sh +380 -0
- package/.agent/scripts/crawl4ai-examples.sh +401 -0
- package/.agent/scripts/crawl4ai-helper.sh +1078 -0
- package/.agent/scripts/crewai-helper.sh +681 -0
- package/.agent/scripts/dev-browser-helper.sh +513 -0
- package/.agent/scripts/dns-helper.sh +396 -0
- package/.agent/scripts/domain-research-helper.sh +917 -0
- package/.agent/scripts/dspy-helper.sh +285 -0
- package/.agent/scripts/dspyground-helper.sh +291 -0
- package/.agent/scripts/eeat-score-helper.sh +1242 -0
- package/.agent/scripts/efficient-return-fix.sh +92 -0
- package/.agent/scripts/extract-opencode-prompts.sh +128 -0
- package/.agent/scripts/find-missing-returns.sh +113 -0
- package/.agent/scripts/fix-auth-headers.sh +104 -0
- package/.agent/scripts/fix-common-strings.sh +254 -0
- package/.agent/scripts/fix-content-type.sh +100 -0
- package/.agent/scripts/fix-error-messages.sh +130 -0
- package/.agent/scripts/fix-misplaced-returns.sh +74 -0
- package/.agent/scripts/fix-remaining-literals.sh +152 -0
- package/.agent/scripts/fix-return-statements.sh +41 -0
- package/.agent/scripts/fix-s131-default-cases.sh +249 -0
- package/.agent/scripts/fix-sc2155-simple.sh +102 -0
- package/.agent/scripts/fix-shellcheck-critical.sh +187 -0
- package/.agent/scripts/fix-string-literals.sh +273 -0
- package/.agent/scripts/full-loop-helper.sh +773 -0
- package/.agent/scripts/generate-opencode-agents.sh +497 -0
- package/.agent/scripts/generate-opencode-commands.sh +1629 -0
- package/.agent/scripts/generate-skills.sh +366 -0
- package/.agent/scripts/git-platforms-helper.sh +640 -0
- package/.agent/scripts/gitea-cli-helper.sh +743 -0
- package/.agent/scripts/github-cli-helper.sh +702 -0
- package/.agent/scripts/gitlab-cli-helper.sh +682 -0
- package/.agent/scripts/gsc-add-user-helper.sh +325 -0
- package/.agent/scripts/gsc-sitemap-helper.sh +678 -0
- package/.agent/scripts/hetzner-helper.sh +485 -0
- package/.agent/scripts/hostinger-helper.sh +229 -0
- package/.agent/scripts/keyword-research-helper.sh +1815 -0
- package/.agent/scripts/langflow-helper.sh +544 -0
- package/.agent/scripts/linkedin-automation.py +241 -0
- package/.agent/scripts/linter-manager.sh +599 -0
- package/.agent/scripts/linters-local.sh +434 -0
- package/.agent/scripts/list-keys-helper.sh +488 -0
- package/.agent/scripts/local-browser-automation.py +339 -0
- package/.agent/scripts/localhost-helper.sh +744 -0
- package/.agent/scripts/loop-common.sh +806 -0
- package/.agent/scripts/mainwp-helper.sh +728 -0
- package/.agent/scripts/markdown-formatter.sh +338 -0
- package/.agent/scripts/markdown-lint-fix.sh +311 -0
- package/.agent/scripts/mass-fix-returns.sh +58 -0
- package/.agent/scripts/mcp-diagnose.sh +167 -0
- package/.agent/scripts/mcp-inspector-helper.sh +449 -0
- package/.agent/scripts/memory-helper.sh +650 -0
- package/.agent/scripts/monitor-code-review.sh +255 -0
- package/.agent/scripts/onboarding-helper.sh +706 -0
- package/.agent/scripts/opencode-github-setup-helper.sh +797 -0
- package/.agent/scripts/opencode-test-helper.sh +213 -0
- package/.agent/scripts/pagespeed-helper.sh +464 -0
- package/.agent/scripts/pandoc-helper.sh +362 -0
- package/.agent/scripts/postflight-check.sh +555 -0
- package/.agent/scripts/pre-commit-hook.sh +259 -0
- package/.agent/scripts/pre-edit-check.sh +169 -0
- package/.agent/scripts/qlty-cli.sh +356 -0
- package/.agent/scripts/quality-cli-manager.sh +525 -0
- package/.agent/scripts/quality-feedback-helper.sh +462 -0
- package/.agent/scripts/quality-fix.sh +263 -0
- package/.agent/scripts/quality-loop-helper.sh +1108 -0
- package/.agent/scripts/ralph-loop-helper.sh +836 -0
- package/.agent/scripts/ralph-upstream-check.sh +341 -0
- package/.agent/scripts/secretlint-helper.sh +847 -0
- package/.agent/scripts/servers-helper.sh +241 -0
- package/.agent/scripts/ses-helper.sh +619 -0
- package/.agent/scripts/session-review-helper.sh +404 -0
- package/.agent/scripts/setup-linters-wizard.sh +379 -0
- package/.agent/scripts/setup-local-api-keys.sh +330 -0
- package/.agent/scripts/setup-mcp-integrations.sh +472 -0
- package/.agent/scripts/shared-constants.sh +246 -0
- package/.agent/scripts/site-crawler-helper.sh +1487 -0
- package/.agent/scripts/snyk-helper.sh +940 -0
- package/.agent/scripts/sonarcloud-autofix.sh +193 -0
- package/.agent/scripts/sonarcloud-cli.sh +191 -0
- package/.agent/scripts/sonarscanner-cli.sh +455 -0
- package/.agent/scripts/spaceship-helper.sh +747 -0
- package/.agent/scripts/stagehand-helper.sh +321 -0
- package/.agent/scripts/stagehand-python-helper.sh +321 -0
- package/.agent/scripts/stagehand-python-setup.sh +441 -0
- package/.agent/scripts/stagehand-setup.sh +439 -0
- package/.agent/scripts/system-cleanup.sh +340 -0
- package/.agent/scripts/terminal-title-helper.sh +388 -0
- package/.agent/scripts/terminal-title-setup.sh +549 -0
- package/.agent/scripts/test-stagehand-both-integration.sh +317 -0
- package/.agent/scripts/test-stagehand-integration.sh +309 -0
- package/.agent/scripts/test-stagehand-python-integration.sh +341 -0
- package/.agent/scripts/todo-ready.sh +263 -0
- package/.agent/scripts/tool-version-check.sh +362 -0
- package/.agent/scripts/toon-helper.sh +469 -0
- package/.agent/scripts/twilio-helper.sh +917 -0
- package/.agent/scripts/updown-helper.sh +279 -0
- package/.agent/scripts/validate-mcp-integrations.sh +250 -0
- package/.agent/scripts/validate-version-consistency.sh +131 -0
- package/.agent/scripts/vaultwarden-helper.sh +597 -0
- package/.agent/scripts/vercel-cli-helper.sh +816 -0
- package/.agent/scripts/verify-mirrors.sh +169 -0
- package/.agent/scripts/version-manager.sh +831 -0
- package/.agent/scripts/webhosting-helper.sh +471 -0
- package/.agent/scripts/webhosting-verify.sh +238 -0
- package/.agent/scripts/wordpress-mcp-helper.sh +508 -0
- package/.agent/scripts/worktree-helper.sh +595 -0
- package/.agent/scripts/worktree-sessions.sh +577 -0
- package/.agent/seo/dataforseo.md +215 -0
- package/.agent/seo/domain-research.md +532 -0
- package/.agent/seo/eeat-score.md +659 -0
- package/.agent/seo/google-search-console.md +366 -0
- package/.agent/seo/gsc-sitemaps.md +282 -0
- package/.agent/seo/keyword-research.md +521 -0
- package/.agent/seo/serper.md +278 -0
- package/.agent/seo/site-crawler.md +387 -0
- package/.agent/seo.md +236 -0
- package/.agent/services/accounting/quickfile.md +159 -0
- package/.agent/services/communications/telfon.md +470 -0
- package/.agent/services/communications/twilio.md +569 -0
- package/.agent/services/crm/fluentcrm.md +449 -0
- package/.agent/services/email/ses.md +399 -0
- package/.agent/services/hosting/101domains.md +378 -0
- package/.agent/services/hosting/closte.md +177 -0
- package/.agent/services/hosting/cloudflare.md +251 -0
- package/.agent/services/hosting/cloudron.md +478 -0
- package/.agent/services/hosting/dns-providers.md +335 -0
- package/.agent/services/hosting/domain-purchasing.md +344 -0
- package/.agent/services/hosting/hetzner.md +327 -0
- package/.agent/services/hosting/hostinger.md +287 -0
- package/.agent/services/hosting/localhost.md +419 -0
- package/.agent/services/hosting/spaceship.md +353 -0
- package/.agent/services/hosting/webhosting.md +330 -0
- package/.agent/social-media.md +69 -0
- package/.agent/templates/plans-template.md +114 -0
- package/.agent/templates/prd-template.md +129 -0
- package/.agent/templates/tasks-template.md +108 -0
- package/.agent/templates/todo-template.md +89 -0
- package/.agent/tools/ai-assistants/agno.md +471 -0
- package/.agent/tools/ai-assistants/capsolver.md +326 -0
- package/.agent/tools/ai-assistants/configuration.md +221 -0
- package/.agent/tools/ai-assistants/overview.md +209 -0
- package/.agent/tools/ai-assistants/status.md +171 -0
- package/.agent/tools/ai-assistants/windsurf.md +193 -0
- package/.agent/tools/ai-orchestration/autogen.md +406 -0
- package/.agent/tools/ai-orchestration/crewai.md +445 -0
- package/.agent/tools/ai-orchestration/langflow.md +405 -0
- package/.agent/tools/ai-orchestration/openprose.md +487 -0
- package/.agent/tools/ai-orchestration/overview.md +362 -0
- package/.agent/tools/ai-orchestration/packaging.md +647 -0
- package/.agent/tools/browser/agent-browser.md +464 -0
- package/.agent/tools/browser/browser-automation.md +400 -0
- package/.agent/tools/browser/chrome-devtools.md +282 -0
- package/.agent/tools/browser/crawl4ai-integration.md +422 -0
- package/.agent/tools/browser/crawl4ai-resources.md +277 -0
- package/.agent/tools/browser/crawl4ai-usage.md +416 -0
- package/.agent/tools/browser/crawl4ai.md +585 -0
- package/.agent/tools/browser/dev-browser.md +341 -0
- package/.agent/tools/browser/pagespeed.md +260 -0
- package/.agent/tools/browser/playwright.md +266 -0
- package/.agent/tools/browser/playwriter.md +310 -0
- package/.agent/tools/browser/stagehand-examples.md +456 -0
- package/.agent/tools/browser/stagehand-python.md +483 -0
- package/.agent/tools/browser/stagehand.md +421 -0
- package/.agent/tools/build-agent/agent-review.md +224 -0
- package/.agent/tools/build-agent/build-agent.md +784 -0
- package/.agent/tools/build-mcp/aidevops-plugin.md +476 -0
- package/.agent/tools/build-mcp/api-wrapper.md +445 -0
- package/.agent/tools/build-mcp/build-mcp.md +240 -0
- package/.agent/tools/build-mcp/deployment.md +401 -0
- package/.agent/tools/build-mcp/server-patterns.md +632 -0
- package/.agent/tools/build-mcp/transports.md +366 -0
- package/.agent/tools/code-review/auditing.md +383 -0
- package/.agent/tools/code-review/automation.md +219 -0
- package/.agent/tools/code-review/best-practices.md +203 -0
- package/.agent/tools/code-review/codacy.md +151 -0
- package/.agent/tools/code-review/code-simplifier.md +174 -0
- package/.agent/tools/code-review/code-standards.md +309 -0
- package/.agent/tools/code-review/coderabbit.md +101 -0
- package/.agent/tools/code-review/management.md +155 -0
- package/.agent/tools/code-review/qlty.md +248 -0
- package/.agent/tools/code-review/secretlint.md +565 -0
- package/.agent/tools/code-review/setup.md +250 -0
- package/.agent/tools/code-review/snyk.md +563 -0
- package/.agent/tools/code-review/tools.md +230 -0
- package/.agent/tools/content/summarize.md +353 -0
- package/.agent/tools/context/augment-context-engine.md +468 -0
- package/.agent/tools/context/context-builder-agent.md +76 -0
- package/.agent/tools/context/context-builder.md +375 -0
- package/.agent/tools/context/context7.md +371 -0
- package/.agent/tools/context/dspy.md +302 -0
- package/.agent/tools/context/dspyground.md +374 -0
- package/.agent/tools/context/llm-tldr.md +219 -0
- package/.agent/tools/context/osgrep.md +488 -0
- package/.agent/tools/context/prompt-optimization.md +338 -0
- package/.agent/tools/context/toon.md +292 -0
- package/.agent/tools/conversion/pandoc.md +304 -0
- package/.agent/tools/credentials/api-key-management.md +154 -0
- package/.agent/tools/credentials/api-key-setup.md +224 -0
- package/.agent/tools/credentials/environment-variables.md +180 -0
- package/.agent/tools/credentials/vaultwarden.md +382 -0
- package/.agent/tools/data-extraction/outscraper.md +974 -0
- package/.agent/tools/deployment/coolify-cli.md +388 -0
- package/.agent/tools/deployment/coolify-setup.md +353 -0
- package/.agent/tools/deployment/coolify.md +345 -0
- package/.agent/tools/deployment/vercel.md +390 -0
- package/.agent/tools/git/authentication.md +132 -0
- package/.agent/tools/git/gitea-cli.md +193 -0
- package/.agent/tools/git/github-actions.md +207 -0
- package/.agent/tools/git/github-cli.md +223 -0
- package/.agent/tools/git/gitlab-cli.md +190 -0
- package/.agent/tools/git/opencode-github-security.md +350 -0
- package/.agent/tools/git/opencode-github.md +328 -0
- package/.agent/tools/git/opencode-gitlab.md +252 -0
- package/.agent/tools/git/security.md +196 -0
- package/.agent/tools/git.md +207 -0
- package/.agent/tools/opencode/oh-my-opencode.md +375 -0
- package/.agent/tools/opencode/opencode-anthropic-auth.md +446 -0
- package/.agent/tools/opencode/opencode.md +651 -0
- package/.agent/tools/social-media/bird.md +437 -0
- package/.agent/tools/task-management/beads.md +336 -0
- package/.agent/tools/terminal/terminal-title.md +251 -0
- package/.agent/tools/ui/shadcn.md +196 -0
- package/.agent/tools/ui/ui-skills.md +115 -0
- package/.agent/tools/wordpress/localwp.md +311 -0
- package/.agent/tools/wordpress/mainwp.md +391 -0
- package/.agent/tools/wordpress/scf.md +527 -0
- package/.agent/tools/wordpress/wp-admin.md +729 -0
- package/.agent/tools/wordpress/wp-dev.md +940 -0
- package/.agent/tools/wordpress/wp-preferred.md +398 -0
- package/.agent/tools/wordpress.md +95 -0
- package/.agent/workflows/branch/bugfix.md +63 -0
- package/.agent/workflows/branch/chore.md +95 -0
- package/.agent/workflows/branch/experiment.md +115 -0
- package/.agent/workflows/branch/feature.md +59 -0
- package/.agent/workflows/branch/hotfix.md +98 -0
- package/.agent/workflows/branch/refactor.md +92 -0
- package/.agent/workflows/branch/release.md +96 -0
- package/.agent/workflows/branch.md +347 -0
- package/.agent/workflows/bug-fixing.md +267 -0
- package/.agent/workflows/changelog.md +129 -0
- package/.agent/workflows/code-audit-remote.md +279 -0
- package/.agent/workflows/conversation-starter.md +69 -0
- package/.agent/workflows/error-feedback.md +578 -0
- package/.agent/workflows/feature-development.md +355 -0
- package/.agent/workflows/git-workflow.md +702 -0
- package/.agent/workflows/multi-repo-workspace.md +268 -0
- package/.agent/workflows/plans.md +709 -0
- package/.agent/workflows/postflight.md +604 -0
- package/.agent/workflows/pr.md +571 -0
- package/.agent/workflows/preflight.md +278 -0
- package/.agent/workflows/ralph-loop.md +773 -0
- package/.agent/workflows/release.md +498 -0
- package/.agent/workflows/session-manager.md +254 -0
- package/.agent/workflows/session-review.md +311 -0
- package/.agent/workflows/sql-migrations.md +631 -0
- package/.agent/workflows/version-bump.md +283 -0
- package/.agent/workflows/wiki-update.md +333 -0
- package/.agent/workflows/worktree.md +477 -0
- package/LICENSE +21 -0
- package/README.md +1446 -0
- package/VERSION +1 -0
- package/aidevops.sh +1746 -0
- package/bin/aidevops +21 -0
- package/package.json +75 -0
- package/scripts/npm-postinstall.js +60 -0
- package/setup.sh +2366 -0
|
@@ -0,0 +1,471 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Agno multi-modal AI agent framework
|
|
3
|
+
mode: subagent
|
|
4
|
+
tools:
|
|
5
|
+
read: true
|
|
6
|
+
write: false
|
|
7
|
+
edit: false
|
|
8
|
+
bash: true
|
|
9
|
+
glob: true
|
|
10
|
+
grep: true
|
|
11
|
+
webfetch: true
|
|
12
|
+
task: true
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Agno Integration for AI DevOps Framework
|
|
16
|
+
|
|
17
|
+
<!-- AI-CONTEXT-START -->
|
|
18
|
+
|
|
19
|
+
## Quick Reference
|
|
20
|
+
|
|
21
|
+
- Agno: Enterprise AI agent operating system (AgentOS) running locally
|
|
22
|
+
- Setup: `bash .agent/scripts/agno-setup.sh setup`
|
|
23
|
+
- Start: `~/.aidevops/scripts/start-agno-stack.sh`
|
|
24
|
+
- Stop: `~/.aidevops/scripts/stop-agno-stack.sh`
|
|
25
|
+
- Status: `~/.aidevops/scripts/agno-status.sh`
|
|
26
|
+
- URLs: Agent-UI http://localhost:3000, AgentOS API http://localhost:8000, Docs /docs
|
|
27
|
+
- Config: `~/.aidevops/agno/.env` (OPENAI_API_KEY required)
|
|
28
|
+
- Agents: DevOps Assistant, Code Review Assistant, Documentation Assistant
|
|
29
|
+
- Requirements: Python 3.8+, Node.js 18+
|
|
30
|
+
- Install: `pip install "agno[all]"` in venv at `~/.aidevops/agno/venv/`
|
|
31
|
+
- Privacy: Complete local processing, zero external data transmission
|
|
32
|
+
<!-- AI-CONTEXT-END -->
|
|
33
|
+
|
|
34
|
+
**Run powerful AI agents locally with complete privacy and control**
|
|
35
|
+
|
|
36
|
+
## Overview
|
|
37
|
+
|
|
38
|
+
The Agno integration brings enterprise-grade AI agent capabilities to the AI DevOps framework. Agno provides a production-ready agent operating system (AgentOS) that runs entirely within your infrastructure, ensuring complete data privacy and control.
|
|
39
|
+
|
|
40
|
+
## 🌟 **Key Features**
|
|
41
|
+
|
|
42
|
+
### **🔒 Privacy & Security**
|
|
43
|
+
|
|
44
|
+
- **Complete Data Ownership**: All processing happens locally
|
|
45
|
+
- **Zero Data Transmission**: No conversations sent to external services
|
|
46
|
+
- **Private by Default**: Enterprise-grade security and privacy
|
|
47
|
+
- **Your Infrastructure**: Runs entirely in your environment
|
|
48
|
+
|
|
49
|
+
### **🚀 Agent Capabilities**
|
|
50
|
+
|
|
51
|
+
- **Multi-Agent Framework**: Deploy specialized AI agents for different tasks
|
|
52
|
+
- **Production Runtime**: FastAPI-based server for reliable operation
|
|
53
|
+
- **Real-time Chat Interface**: Beautiful web UI for agent interaction
|
|
54
|
+
- **Tool Integration**: Extensive toolkit for DevOps operations
|
|
55
|
+
|
|
56
|
+
### **🛠️ DevOps-Optimized Agents**
|
|
57
|
+
|
|
58
|
+
- **DevOps Assistant**: Infrastructure automation and management
|
|
59
|
+
- **Code Review Agent**: Quality analysis and best practices
|
|
60
|
+
- **Documentation Agent**: Technical writing and documentation
|
|
61
|
+
|
|
62
|
+
## 📦 **Installation & Setup**
|
|
63
|
+
|
|
64
|
+
### **Prerequisites**
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
# Check requirements
|
|
68
|
+
python3 --version # Requires Python 3.8+
|
|
69
|
+
node --version # Requires Node.js 18+
|
|
70
|
+
npm --version # Requires npm
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
### **Quick Setup**
|
|
74
|
+
|
|
75
|
+
```bash
|
|
76
|
+
# Run the setup script
|
|
77
|
+
bash .agent/scripts/agno-setup.sh setup
|
|
78
|
+
|
|
79
|
+
# Configure API keys
|
|
80
|
+
nano ~/.aidevops/agno/.env
|
|
81
|
+
|
|
82
|
+
# Start the Agno stack
|
|
83
|
+
~/.aidevops/scripts/start-agno-stack.sh
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### **Manual Installation**
|
|
87
|
+
|
|
88
|
+
#### **1. Setup Agno AgentOS**
|
|
89
|
+
|
|
90
|
+
```bash
|
|
91
|
+
# Create directory and virtual environment
|
|
92
|
+
mkdir -p ~/.aidevops/agno
|
|
93
|
+
cd ~/.aidevops/agno
|
|
94
|
+
python3 -m venv venv
|
|
95
|
+
source venv/bin/activate
|
|
96
|
+
|
|
97
|
+
# Install Agno with all features
|
|
98
|
+
pip install "agno[all]"
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
#### **2. Setup Agent-UI**
|
|
102
|
+
|
|
103
|
+
```bash
|
|
104
|
+
# Create Agent-UI project
|
|
105
|
+
mkdir -p ~/.aidevops/agent-ui
|
|
106
|
+
cd ~/.aidevops/agent-ui
|
|
107
|
+
npx create-agent-ui@latest . --yes
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
## 🔧 **Configuration**
|
|
111
|
+
|
|
112
|
+
### **Environment Variables**
|
|
113
|
+
|
|
114
|
+
Create `~/.aidevops/agno/.env`:
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
# OpenAI Configuration (Required)
|
|
118
|
+
OPENAI_API_KEY=your_openai_api_key_here
|
|
119
|
+
|
|
120
|
+
# Agno Configuration
|
|
121
|
+
AGNO_PORT=8000
|
|
122
|
+
AGNO_DEBUG=true
|
|
123
|
+
|
|
124
|
+
# Optional: Additional Model Providers
|
|
125
|
+
ANTHROPIC_API_KEY=your_anthropic_key_here
|
|
126
|
+
GOOGLE_API_KEY=your_google_key_here
|
|
127
|
+
GROQ_API_KEY=your_groq_key_here
|
|
128
|
+
```
|
|
129
|
+
|
|
130
|
+
### **Agent-UI Configuration**
|
|
131
|
+
|
|
132
|
+
Create `~/.aidevops/agent-ui/.env.local`:
|
|
133
|
+
|
|
134
|
+
```bash
|
|
135
|
+
NEXT_PUBLIC_AGNO_API_URL=http://localhost:8000
|
|
136
|
+
NEXT_PUBLIC_APP_NAME=AI DevOps Assistant
|
|
137
|
+
NEXT_PUBLIC_APP_DESCRIPTION=AI-powered DevOps automation
|
|
138
|
+
PORT=3000
|
|
139
|
+
```
|
|
140
|
+
|
|
141
|
+
## 🚀 **Usage**
|
|
142
|
+
|
|
143
|
+
### **Starting Services**
|
|
144
|
+
|
|
145
|
+
```bash
|
|
146
|
+
# Start both AgentOS and Agent-UI
|
|
147
|
+
~/.aidevops/scripts/start-agno-stack.sh
|
|
148
|
+
|
|
149
|
+
# Check status
|
|
150
|
+
~/.aidevops/scripts/agno-status.sh
|
|
151
|
+
|
|
152
|
+
# Stop services
|
|
153
|
+
~/.aidevops/scripts/stop-agno-stack.sh
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
### **Accessing the Interface**
|
|
157
|
+
|
|
158
|
+
- **Agent-UI**: http://localhost:3000 (Main chat interface)
|
|
159
|
+
- **AgentOS API**: http://localhost:8000 (REST API)
|
|
160
|
+
- **API Docs**: http://localhost:8000/docs (Swagger documentation)
|
|
161
|
+
|
|
162
|
+
## 🤖 **Available Agents**
|
|
163
|
+
|
|
164
|
+
### **1. DevOps Assistant**
|
|
165
|
+
|
|
166
|
+
**Specialization**: Infrastructure automation and management
|
|
167
|
+
|
|
168
|
+
**Capabilities**:
|
|
169
|
+
|
|
170
|
+
- Infrastructure automation and management
|
|
171
|
+
- CI/CD pipeline optimization
|
|
172
|
+
- Cloud platform integration
|
|
173
|
+
- Security best practices
|
|
174
|
+
- Monitoring and observability
|
|
175
|
+
- Container orchestration
|
|
176
|
+
|
|
177
|
+
**Tools**:
|
|
178
|
+
|
|
179
|
+
- Web search (DuckDuckGo)
|
|
180
|
+
- File operations
|
|
181
|
+
- Shell commands (safe mode)
|
|
182
|
+
- Python scripting (safe mode)
|
|
183
|
+
|
|
184
|
+
### **2. Code Review Assistant**
|
|
185
|
+
|
|
186
|
+
**Specialization**: Code quality analysis and best practices
|
|
187
|
+
|
|
188
|
+
**Capabilities**:
|
|
189
|
+
|
|
190
|
+
- Code quality and best practices analysis
|
|
191
|
+
- Security vulnerability detection
|
|
192
|
+
- Performance optimization opportunities
|
|
193
|
+
- Documentation and maintainability review
|
|
194
|
+
- Testing coverage and strategies
|
|
195
|
+
|
|
196
|
+
**Tools**:
|
|
197
|
+
|
|
198
|
+
- File operations
|
|
199
|
+
- Python code analysis
|
|
200
|
+
|
|
201
|
+
### **3. Documentation Assistant**
|
|
202
|
+
|
|
203
|
+
**Specialization**: Technical writing and documentation
|
|
204
|
+
|
|
205
|
+
**Capabilities**:
|
|
206
|
+
|
|
207
|
+
- API documentation and guides
|
|
208
|
+
- Architecture documentation
|
|
209
|
+
- User manuals and tutorials
|
|
210
|
+
- README files and project documentation
|
|
211
|
+
- Runbooks and operational procedures
|
|
212
|
+
|
|
213
|
+
**Tools**:
|
|
214
|
+
|
|
215
|
+
- File operations
|
|
216
|
+
- Web search for research
|
|
217
|
+
- Document generation
|
|
218
|
+
|
|
219
|
+
## 🔗 **Integration with AI DevOps Framework**
|
|
220
|
+
|
|
221
|
+
### **Workflow Integration**
|
|
222
|
+
|
|
223
|
+
```bash
|
|
224
|
+
# Convert documents for agent processing
|
|
225
|
+
bash .agent/scripts/pandoc-helper.sh batch ./docs ./agent-ready "*.{docx,pdf}"
|
|
226
|
+
|
|
227
|
+
# Start Agno agents
|
|
228
|
+
~/.aidevops/scripts/start-agno-stack.sh
|
|
229
|
+
|
|
230
|
+
# Agents can now process converted documentation
|
|
231
|
+
# Example: "Analyze all documentation and create deployment guide"
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
### **API Integration**
|
|
235
|
+
|
|
236
|
+
```python
|
|
237
|
+
import requests
|
|
238
|
+
|
|
239
|
+
# Send message to DevOps agent
|
|
240
|
+
response = requests.post(
|
|
241
|
+
"http://localhost:8000/v1/agents/devops-assistant/chat",
|
|
242
|
+
json={
|
|
243
|
+
"message": "Help me optimize our CI/CD pipeline",
|
|
244
|
+
"stream": False
|
|
245
|
+
}
|
|
246
|
+
)
|
|
247
|
+
|
|
248
|
+
print(response.json())
|
|
249
|
+
```
|
|
250
|
+
|
|
251
|
+
## 📊 **Advanced Configuration**
|
|
252
|
+
|
|
253
|
+
### **Custom Agents**
|
|
254
|
+
|
|
255
|
+
Add custom agents to `~/.aidevops/agno/agent_os.py`:
|
|
256
|
+
|
|
257
|
+
```python
|
|
258
|
+
# Security Audit Agent
|
|
259
|
+
security_agent = Agent(
|
|
260
|
+
name="Security Audit Assistant",
|
|
261
|
+
description="AI assistant for security auditing and compliance",
|
|
262
|
+
model=model,
|
|
263
|
+
tools=[FileTools(), ShellTools(run_code=False)],
|
|
264
|
+
instructions=[
|
|
265
|
+
"You are a security expert focusing on:",
|
|
266
|
+
"- Security vulnerability assessment",
|
|
267
|
+
"- Compliance checking and reporting",
|
|
268
|
+
"- Security best practices implementation",
|
|
269
|
+
"- Threat modeling and risk assessment"
|
|
270
|
+
]
|
|
271
|
+
)
|
|
272
|
+
|
|
273
|
+
# Add to AgentOS
|
|
274
|
+
agent_os = AgentOS(
|
|
275
|
+
agents=[devops_agent, code_review_agent, docs_agent, security_agent]
|
|
276
|
+
)
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
### **Database Integration**
|
|
280
|
+
|
|
281
|
+
```python
|
|
282
|
+
from agno.storage.postgres import PostgresDb
|
|
283
|
+
|
|
284
|
+
# Configure persistent storage
|
|
285
|
+
storage = PostgresDb(
|
|
286
|
+
host="localhost",
|
|
287
|
+
port=5432,
|
|
288
|
+
user="agno_user",
|
|
289
|
+
password="agno_password",
|
|
290
|
+
database="agno_db"
|
|
291
|
+
)
|
|
292
|
+
|
|
293
|
+
# Add to agents
|
|
294
|
+
devops_agent.storage = storage
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
### **Knowledge Base Integration**
|
|
298
|
+
|
|
299
|
+
```python
|
|
300
|
+
from agno.knowledge.pdf import PDFKnowledgeBase
|
|
301
|
+
|
|
302
|
+
# Create knowledge base from documentation
|
|
303
|
+
kb = PDFKnowledgeBase(
|
|
304
|
+
path="./documentation",
|
|
305
|
+
vector_db=ChromaDb()
|
|
306
|
+
)
|
|
307
|
+
|
|
308
|
+
# Add to agents
|
|
309
|
+
devops_agent.knowledge_base = kb
|
|
310
|
+
```
|
|
311
|
+
|
|
312
|
+
## 🔧 **Management Commands**
|
|
313
|
+
|
|
314
|
+
### **Service Management**
|
|
315
|
+
|
|
316
|
+
```bash
|
|
317
|
+
# Setup (one-time)
|
|
318
|
+
bash .agent/scripts/agno-setup.sh setup
|
|
319
|
+
|
|
320
|
+
# Service control
|
|
321
|
+
~/.aidevops/scripts/start-agno-stack.sh # Start services
|
|
322
|
+
~/.aidevops/scripts/stop-agno-stack.sh # Stop services
|
|
323
|
+
~/.aidevops/scripts/agno-status.sh # Check status
|
|
324
|
+
|
|
325
|
+
# Individual components
|
|
326
|
+
bash .agent/scripts/agno-setup.sh agno # Setup only AgentOS
|
|
327
|
+
bash .agent/scripts/agno-setup.sh ui # Setup only Agent-UI
|
|
328
|
+
bash .agent/scripts/agno-setup.sh check # Check prerequisites
|
|
329
|
+
```
|
|
330
|
+
|
|
331
|
+
### **Development Commands**
|
|
332
|
+
|
|
333
|
+
```bash
|
|
334
|
+
# Update Agno
|
|
335
|
+
cd ~/.aidevops/agno
|
|
336
|
+
source venv/bin/activate
|
|
337
|
+
pip install --upgrade "agno[all]"
|
|
338
|
+
|
|
339
|
+
# Update Agent-UI
|
|
340
|
+
cd ~/.aidevops/agent-ui
|
|
341
|
+
npm update
|
|
342
|
+
|
|
343
|
+
# View logs
|
|
344
|
+
tail -f ~/.aidevops/agno/agno.log
|
|
345
|
+
tail -f ~/.aidevops/agent-ui/.next/trace
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
## 🚨 **Troubleshooting**
|
|
349
|
+
|
|
350
|
+
### **Common Issues**
|
|
351
|
+
|
|
352
|
+
#### **Port Conflicts**
|
|
353
|
+
|
|
354
|
+
```bash
|
|
355
|
+
# Check what's using ports
|
|
356
|
+
lsof -i :8000 # AgentOS
|
|
357
|
+
lsof -i :3000 # Agent-UI
|
|
358
|
+
|
|
359
|
+
# Change ports in configuration
|
|
360
|
+
export AGNO_PORT=8001
|
|
361
|
+
export AGENT_UI_PORT=3001
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
#### **API Key Issues**
|
|
365
|
+
|
|
366
|
+
```bash
|
|
367
|
+
# Verify API key configuration
|
|
368
|
+
cd ~/.aidevops/agno
|
|
369
|
+
source venv/bin/activate
|
|
370
|
+
python -c "import os; print('OPENAI_API_KEY:', 'SET' if os.getenv('OPENAI_API_KEY') else 'NOT SET')"
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
#### **Permission Issues**
|
|
374
|
+
|
|
375
|
+
```bash
|
|
376
|
+
# Fix script permissions
|
|
377
|
+
chmod +x ~/.aidevops/scripts/*.sh
|
|
378
|
+
chmod +x ~/.aidevops/agno/start_agno.sh
|
|
379
|
+
chmod +x ~/.aidevops/agent-ui/start_agent_ui.sh
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
### **Performance Optimization**
|
|
383
|
+
|
|
384
|
+
#### **Memory Usage**
|
|
385
|
+
|
|
386
|
+
```bash
|
|
387
|
+
# Monitor memory usage
|
|
388
|
+
ps aux | grep -E "(python.*agent_os|npm.*run.*dev)"
|
|
389
|
+
|
|
390
|
+
# Optimize Python memory
|
|
391
|
+
export PYTHONOPTIMIZE=1
|
|
392
|
+
export PYTHONDONTWRITEBYTECODE=1
|
|
393
|
+
```
|
|
394
|
+
|
|
395
|
+
#### **Response Speed**
|
|
396
|
+
|
|
397
|
+
```python
|
|
398
|
+
# Optimize model configuration
|
|
399
|
+
model = OpenAIChat(
|
|
400
|
+
model="gpt-4o-mini", # Faster than gpt-4
|
|
401
|
+
temperature=0.1, # Lower for consistency
|
|
402
|
+
max_tokens=2000, # Limit for speed
|
|
403
|
+
timeout=30 # Reasonable timeout
|
|
404
|
+
)
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
## 🌟 **Best Practices**
|
|
408
|
+
|
|
409
|
+
### **Security**
|
|
410
|
+
|
|
411
|
+
- **API Keys**: Store in `.env` files, never commit to version control
|
|
412
|
+
- **Network**: Run on localhost only for development
|
|
413
|
+
- **Access**: Use authentication for production deployments
|
|
414
|
+
- **Updates**: Keep Agno and dependencies updated
|
|
415
|
+
|
|
416
|
+
### **Performance**
|
|
417
|
+
|
|
418
|
+
- **Model Selection**: Use appropriate models for tasks (gpt-4o-mini for speed)
|
|
419
|
+
- **Tool Limits**: Enable safe mode for shell and Python tools
|
|
420
|
+
- **Memory**: Monitor memory usage with multiple agents
|
|
421
|
+
- **Caching**: Enable response caching for development
|
|
422
|
+
|
|
423
|
+
### **Development**
|
|
424
|
+
|
|
425
|
+
- **Testing**: Test agents individually before integration
|
|
426
|
+
- **Logging**: Enable debug mode during development
|
|
427
|
+
- **Monitoring**: Use status scripts to monitor services
|
|
428
|
+
- **Backup**: Backup agent configurations and knowledge bases
|
|
429
|
+
|
|
430
|
+
## 🔗 **Integration Examples**
|
|
431
|
+
|
|
432
|
+
### **With Pandoc Conversion**
|
|
433
|
+
|
|
434
|
+
```bash
|
|
435
|
+
# Convert documents for agent processing
|
|
436
|
+
bash .agent/scripts/pandoc-helper.sh batch ./project-docs ./agent-ready
|
|
437
|
+
|
|
438
|
+
# Ask agent to analyze converted docs
|
|
439
|
+
# "Analyze the converted documentation and create a deployment checklist"
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
### **With Version Management**
|
|
443
|
+
|
|
444
|
+
```bash
|
|
445
|
+
# Get current version for agent context
|
|
446
|
+
VERSION=$(bash .agent/scripts/version-manager.sh get)
|
|
447
|
+
|
|
448
|
+
# Ask agent to help with release
|
|
449
|
+
# "Help me prepare release notes for version $VERSION"
|
|
450
|
+
```
|
|
451
|
+
|
|
452
|
+
### **With Quality Monitoring**
|
|
453
|
+
|
|
454
|
+
```bash
|
|
455
|
+
# Ask agent to review quality reports
|
|
456
|
+
# "Review the latest SonarCloud analysis and suggest improvements"
|
|
457
|
+
```
|
|
458
|
+
|
|
459
|
+
## 📈 **Benefits for AI DevOps**
|
|
460
|
+
|
|
461
|
+
- **🔒 Complete Privacy**: All AI processing happens locally
|
|
462
|
+
- **🚀 Production Ready**: Enterprise-grade agent runtime
|
|
463
|
+
- **🛠️ DevOps Focused**: Specialized agents for DevOps tasks
|
|
464
|
+
- **📊 Comprehensive**: Covers entire DevOps lifecycle
|
|
465
|
+
- **🔄 Integrated**: Works seamlessly with existing framework tools
|
|
466
|
+
- **📝 Documented**: Extensive documentation and examples
|
|
467
|
+
- **🎯 Specialized**: Purpose-built agents for specific tasks
|
|
468
|
+
|
|
469
|
+
---
|
|
470
|
+
|
|
471
|
+
**Transform your DevOps workflows with local AI agents powered by Agno!** 🤖🚀✨
|