fleet-agent

Manage AgenticFleet development sessions with dual memory and auto-learning.

108|10|Updated Dec 29, 2024
One-click install
npx skills add https://github.com/Qredence/agentic-fleet --skill fleet-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-agent
Source: https://github.com/Qredence/agentic-fleet/tree/main/.fleet/context/system/fleet-agent
Command: npx skills add https://github.com/Qredence/agentic-fleet --skill fleet-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires neon_memory.py, chroma_driver.py, memory_loader.py, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a context-aware development assistant for AgenticFleet that maintains persistent memory across sessions using NeonDB and ChromaDB, enabling seamless context retention and auto-learning.

Core Features & Use Cases

  • Context-aware memory blocks and dual storage (NeonDB for structured data, ChromaDB for semantic search) to preserve context across tasks.
  • Auto-learning and pattern extraction to capture recurring workflows and improve guidance without manual reconfiguration.
  • DSPy-assisted code analysis and session management to accelerate development, debugging, and knowledge capture in large projects.

Quick Start

Start a new development session with the fleet-agent, then load core memory blocks and begin interactive context management. For example: /fleet-agent session start

Frequently Asked Questions about fleet-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does persistent context management work across development sessions?

Persistent context management works by using dual storage with NeonDB for structured data and ChromaDB for semantic search to preserve development context. This combo retains session data across tasks and enables seamless auto-learning.

How do I start a development session with auto-learning enabled?

Start a development session by triggering the fleet-agent session start command to load core memory blocks. This initiates interactive context management and auto-learning for ongoing code analysis and pattern extraction.

Can I use DSPy-assisted reasoning for code analysis within AgenticFleet?

Yes, DSPy-enabled reasoning is integrated directly to assist with code analysis and session management. It accelerates development workflows by providing structured reasoning within the AgenticFleet ecosystem.

Does this approach support both structured data and semantic search for code patterns?

Yes, it supports structured data and semantic search simultaneously through its dual memory architecture. NeonDB handles structured data blocks while ChromaDB provides semantic search for on-demand topic blocks.

What is the best way to capture recurring workflows without manual reconfiguration?

The best way to capture recurring workflows is utilizing the auto-learning and pattern extraction features. These automatically detect and store recurring development patterns to improve guidance without manual reconfiguration.

Why use dual memory instead of a single database for context-aware development?

Dual memory separates structured data in NeonDB from semantic search in ChromaDB to optimize distinct context retrieval needs. This division supports both core memory blocks and on-demand topic blocks efficiently.