agentic-fleet
Self-optimizing multi-agent task routing and orchestration pipeline
All Skills in This Repository (11)
Pure Emerald Level Indicatorssystem-init
Initialize agent memory by creating templates, config files, and recall scratchpad.
system-learn
Ingest markdown files into ChromaDB for semantic procedural memory retrieval.
reflect
Summarize session tasks, decisions, and open issues into recall history files.
recall
Search the memory system for relevant snippets, metadata, and related skills.
fleet-agent
Manage AgenticFleet development sessions with dual memory and auto-learning.
dspy-agent-framework-quick-ref
Reference DSPy and Agent Framework integration patterns with typed signatures and handoffs.
dspy-agent-framework-integration
Integrate DSPy with the Microsoft Agent Framework for typed signatures and orchestration.
AgenticFleet Memory System Guide
Coordinate local and Chroma Cloud memory to persist agent context across sessions.
python-backend-reviewer
Analyze Python backend code for complexity, duplication, and anti-patterns.
initiate-memory
Initialize and reorganize agent memory with a structured project context plan.
changelog-generator
Convert git commits into customer-facing release notes.
Frequently Asked Questions
FAQPage SchemaHow to install AgenticFleet?βΌ
Run `npx skills add Qredence/agentic-fleet --all -g -y` in your terminal to install all skills in this suite globally.
What does AgenticFleet do?βΌ
It routes tasks to specialized agents through a five-phase pipeline covering analysis, routing, execution, progress tracking, and quality scoring. It combines DSPy structured reasoning with the Microsoft Agent Framework for reliable execution.
How does the memory system work?βΌ
It uses a two-tier design with local markdown context files plus Chroma Cloud semantic search. Agents can recall past solutions, learn new patterns, and reflect on sessions to improve over time.
Can it review Python backend code automatically?βΌ
Yes. The included reviewer skill detects duplicate code, high complexity, recreated utilities, and concurrency issues, then suggests concrete refactoring fixes with line-level detail.
Does AgenticFleet support human-in-the-loop workflows?βΌ
Yes. Workflows can pause on request events and wait for user responses, and interrupted runs can be resumed from checkpoints.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core