AgentToolkit
Official@agenttoolkit
Offers configuration management and knowledge persistence for local repository-based behavioral guidelines and session trajectory logging.
Agent Skills by AgentToolkit
Showing 8 vetted skills indexed across 1 GitHub repositories.
unsubscribe
Remove a repo from evolve.config.yaml and delete its local clone.
sync
okay
publish
Publish private guideline entities to a configured write-scope repository.
save-trajectory
Export chat sessions as timestamped trajectory JSON files to .evolve/trajectories.
subscribe
Register shared guidelines repositories in evolve.config.yaml with read or write scope.
recall
Retrieve relevant knowledge-base entities from .evolve/entities/ files for task context.
learn
Generate behavioral rules from chat logs to optimize LLM prompting workflows.
save
Capture a successful session workflow into a reusable SKILL.md skill.
Frequently Asked Questions About AgentToolkit
FAQPage SchemaWhat specific tasks does AgentToolkit enable for developers?▼
AgentToolkit enables the management of local repository configurations, the retrieval of knowledge-base entities for context, and the persistence of chat sessions. It facilitates the conversion of successful interaction patterns into reusable documentation and manages the registration of shared guideline repositories within local environments.
Which personas benefit most from using these capabilities?▼
Software engineers and technical leads managing complex behavioral guidelines or documentation repositories benefit most. It is designed for practitioners who require structured persistence of session history and need to maintain consistent behavioral rules across multiple local project environments.
What are the prerequisites for implementing these capabilities?▼
Implementation requires a local environment configured with an evolve.config.yaml file to manage repository registration. Users must maintain a directory structure including .evolve/entities/ for knowledge retrieval and .evolve/trajectories/ for session exports to ensure the system can correctly read and write the required data files.