Auto-sync: 2026-04-21 20:03

This commit is contained in:
2026-04-21 20:03:06 +08:00
parent c4a04cbcee
commit 24218550d2
61 changed files with 4904 additions and 921 deletions

63
wiki/overview.md Normal file
View File

@@ -0,0 +1,63 @@
# Overview
This wiki is a living synthesis of curated sources spanning AI agents, cloud infrastructure, DevOps, productivity tools, and home server automation.
## Major Themes
### Multi-Agent AI Systems
The wiki covers two major multi-agent frameworks: **The Agency** (agency-agents) and **OpenClaw**. The Agency provides 147 specialized agents across 12 business divisions (Engineering, Design, Finance, Game Dev, Marketing, Paid Media, Product, Project Management, Testing, Support, Spatial Computing, Specialized). OpenClaw focuses on autonomous agents with persistent memory and workflow orchestration via n8n.
Key concepts: [[Agent Personality]], [[Agent Specialization]], [[Multi-Agent Coordination]], [[Multi-Tool Integration]], [[MCP Tool Interface Design]], [[Workflow Architecture]]
### Cloud Transformation & DevOps
Cloud Transformation Programme (CTP) materials cover AWS landing zones, EKS, Terraform, GitOps, FinOps, observability, security, and enterprise architecture. Key themes: 3 Lines of Defence framework, ITSM, container hardening, backup & DR strategies. DevOps culture focuses on four pillars: Collaboration, Automation (CI/CD, IaC), Continuous Improvement (Kaizen), and Customer-Centricity. Agile practices (Scrum, Kanban) are symbiotic with DevOps. Emerging trends: DevSecOps, GitOps, Serverless DevOps, AI/ML-driven automation, and Edge Computing DevOps.
Key concepts: [[Landing Zone Architecture]], [[GitOps]], [[FinOps]], [[Event Sourcing]], [[Container Lifecycle Hardening]], [[AWS Backup]], [[ITSM]], [[Error Budgets]], [[Multi-Cloud Strategy]], [[Multi-Cloud-ROI]], [[DevOps Culture]], [[CI/CD Pipeline]], [[DevSecOps]], [[Agile Practices]], [[DevOps Maturity]], [[DORA Metrics]], [[Infrastructure as Code]], [[Cloud-Native]], [[Cloud Maturity Levels]], [[Cloud Adoption Strategy]], [[Cloud Service Delivery]], [[Cloud DevOps Maturity Model]], [[AIOps]], [[SLA]], [[SLO]], [[Incident Management]], [[Change Management]], [[Disaster Recovery]], [[WAF]], [[APM]], [[Cloud Security]], [[Cloud Migration]], [[High Availability]], [[Vendor-Lock-In]], [[Data-Sovereignty]], [[Continuous Integration]], [[Continuous Deployment]], [[Lead Time]], [[Time-to-Market]], [[MTTR]], [[MTTD]], [[MTTA]], [[Change Failure Rate]], [[Error Budget]], [[Rollback Rate]], [[Availability]], [[Scalability]]
### Home Server Automation
Home office setup guides cover Docker deployments, RSSHub, FRP reverse proxy, Synology NAS, network monitoring (Prometheus/Grafana), media servers (Jellyfin, Navidrome), and scientific internet access.
Key concepts: [[Docker-Image]], [[Docker-Save]], [[Docker-Load]], [[RSSHub]], [[内网穿透]], [[Prometheus]]
### AI Tools & Prompt Engineering
Covers Claude Code, OpenCode, Cursor, Gemini CLI, Vibe Coding, RAG, multi-agent workflows, NotebookLM, Nano Banana prompting, and video generation tools.
Key concepts: [[RAG从入门到精通系列]], [[Agent Personality Design]], [[Vibe Coding]], [[LLM Wiki]], [[多智能体系统可靠性]]
### Productivity & Knowledge Management
Obsidian plugins, blogwatcher RSS monitoring, Quartz static site generation, project management systems, and personal CRM frameworks.
Key concepts: [[Obsidian Tasks]], [[Dataview]], [[Event Sourcing]], [[Second Brain]], [[Personal CRM]]
## Source Distribution
| Category | Count | Key Sources |
|----------|-------|-------------|
| The Agency Agents | 147+ agents | README, CONTRIBUTING, 12 divisions |
| CTP Topics | 73 topics | AWS, Azure, FinOps, Security |
| Learning Sessions | 30+ sessions | OpenText, AWS, EKS, Cloud FinOps |
| Home Office | 60+ docs | Docker, NAS, Network, Monitoring |
| AI & Productivity | 80+ docs | Claude, OpenClaw, Obsidian, Prompting |
| Marketing Agents | 30+ agents | Cross-platform, China E-commerce |
## Key Entities
- [[The Agency]] — open-source AI agent collection (147 agents, 12 divisions)
- [[agency-agents]] — GitHub repository
- [[OpenClaw]] — multi-agent framework with memory
- [[n8n]] — workflow automation
- [[Quartz]] — static site generator for wikis
- [[RSSHub]] — open-source RSS aggregator
- [[Synology NAS]] — network-attached storage
- [[Claude Code]] — Anthropic CLI agent
- [[OpenCode]] — Vibe Coding CLI agent
## Conflict Areas
1. **Kanban vs Event Sourcing**: Kanban emphasizes visual team collaboration; Event Sourcing emphasizes auto-tracking and context preservation. [[Project State Management]] vs traditional PM tools.
2. **Kuaishou vs Douyin**: Kuaishou emphasizes authenticity and balanced algorithm; Douyin emphasizes polished content and central recommendation. Same country, opposite platform strategies.
3. **Micro-Enterprise vs Portage Salarial**: Micro-enterprise yields higher net income but lacks social protections; Portage Salarial costs more but includes unemployment insurance, pension, mutuelle. Financial trade-off vs social safety net.
4. **CI/CD Build Output**: SECURITY.md says build output is always closed; GitHub Actions best practice says certain generated files should be committed for reproducibility. Reproducibility vs cleanliness tension.