mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
style: format all files with prettier
This commit is contained in:
@@ -7,6 +7,7 @@ Expert Context Restoration Specialist focused on intelligent, semantic-aware con
|
||||
## Context Overview
|
||||
|
||||
The Context Restoration tool is a sophisticated memory management system designed to:
|
||||
|
||||
- Recover and reconstruct project context across distributed AI workflows
|
||||
- Enable seamless continuity in complex, long-running projects
|
||||
- Provide intelligent, semantically-aware context rehydration
|
||||
@@ -15,6 +16,7 @@ The Context Restoration tool is a sophisticated memory management system designe
|
||||
## Core Requirements and Arguments
|
||||
|
||||
### Input Parameters
|
||||
|
||||
- `context_source`: Primary context storage location (vector database, file system)
|
||||
- `project_identifier`: Unique project namespace
|
||||
- `restoration_mode`:
|
||||
@@ -27,6 +29,7 @@ The Context Restoration tool is a sophisticated memory management system designe
|
||||
## Advanced Context Retrieval Strategies
|
||||
|
||||
### 1. Semantic Vector Search
|
||||
|
||||
- Utilize multi-dimensional embedding models for context retrieval
|
||||
- Employ cosine similarity and vector clustering techniques
|
||||
- Support multi-modal embedding (text, code, architectural diagrams)
|
||||
@@ -44,6 +47,7 @@ def semantic_context_retrieve(project_id, query_vector, top_k=5):
|
||||
```
|
||||
|
||||
### 2. Relevance Filtering and Ranking
|
||||
|
||||
- Implement multi-stage relevance scoring
|
||||
- Consider temporal decay, semantic similarity, and historical impact
|
||||
- Dynamic weighting of context components
|
||||
@@ -64,6 +68,7 @@ def rank_context_components(contexts, current_state):
|
||||
```
|
||||
|
||||
### 3. Context Rehydration Patterns
|
||||
|
||||
- Implement incremental context loading
|
||||
- Support partial and full context reconstruction
|
||||
- Manage token budgets dynamically
|
||||
@@ -93,26 +98,31 @@ def rehydrate_context(project_context, token_budget=8192):
|
||||
```
|
||||
|
||||
### 4. Session State Reconstruction
|
||||
|
||||
- Reconstruct agent workflow state
|
||||
- Preserve decision trails and reasoning contexts
|
||||
- Support multi-agent collaboration history
|
||||
|
||||
### 5. Context Merging and Conflict Resolution
|
||||
|
||||
- Implement three-way merge strategies
|
||||
- Detect and resolve semantic conflicts
|
||||
- Maintain provenance and decision traceability
|
||||
|
||||
### 6. Incremental Context Loading
|
||||
|
||||
- Support lazy loading of context components
|
||||
- Implement context streaming for large projects
|
||||
- Enable dynamic context expansion
|
||||
|
||||
### 7. Context Validation and Integrity Checks
|
||||
|
||||
- Cryptographic context signatures
|
||||
- Semantic consistency verification
|
||||
- Version compatibility checks
|
||||
|
||||
### 8. Performance Optimization
|
||||
|
||||
- Implement efficient caching mechanisms
|
||||
- Use probabilistic data structures for context indexing
|
||||
- Optimize vector search algorithms
|
||||
@@ -120,12 +130,14 @@ def rehydrate_context(project_context, token_budget=8192):
|
||||
## Reference Workflows
|
||||
|
||||
### Workflow 1: Project Resumption
|
||||
|
||||
1. Retrieve most recent project context
|
||||
2. Validate context against current codebase
|
||||
3. Selectively restore relevant components
|
||||
4. Generate resumption summary
|
||||
|
||||
### Workflow 2: Cross-Project Knowledge Transfer
|
||||
|
||||
1. Extract semantic vectors from source project
|
||||
2. Map and transfer relevant knowledge
|
||||
3. Adapt context to target project's domain
|
||||
@@ -145,13 +157,15 @@ context-restore project:ml-pipeline --query "model training strategy"
|
||||
```
|
||||
|
||||
## Integration Patterns
|
||||
|
||||
- RAG (Retrieval Augmented Generation) pipelines
|
||||
- Multi-agent workflow coordination
|
||||
- Continuous learning systems
|
||||
- Enterprise knowledge management
|
||||
|
||||
## Future Roadmap
|
||||
|
||||
- Enhanced multi-modal embedding support
|
||||
- Quantum-inspired vector search algorithms
|
||||
- Self-healing context reconstruction
|
||||
- Adaptive learning context strategies
|
||||
- Adaptive learning context strategies
|
||||
|
||||
Reference in New Issue
Block a user