Knowledge Base Sync
Sync documentation between local files and the cloud knowledge base
Example Prompt
Sync our local documentation folder with the cloud knowledge base and flag any conflicts
About
Keeps your local documentation and cloud knowledge base in sync by comparing local files with the cloud version, identifying discrepancies, and updating the knowledge base with the latest content. Ensures that team members always access the most current information regardless of where they look.
Workflow Steps
List local documentation files to identify content for syncing
📁 List DirectoryRead local documentation files to capture current content
📄 Read FileQuery the cloud knowledge base for the corresponding documents
📚 Query Knowledge BaseCompare local and cloud versions to identify differences and conflicts
🧠 Structured ReasoningStore the sync status and any unresolved conflicts in memory for follow-up
🧠 Store MemoryTools Used
Query Knowledge Base
Search an AWS Knowledge Base for relevant documents using semantic retrieval
List Directory
List all files and subdirectories in a given directory path
Read File
Read the contents of a file at a specified path on the local filesystem
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Required MCP Servers
AWS Knowledge Base
Retrieve information from AWS Bedrock knowledge bases using RAG
Filesystem
Read, search, and manage files on the local filesystem
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision