ACP - AI Context Protocol
⚠️ Placeholder Release - Full functionality coming soon.
Core library for the AI Context Protocol.
What is ACP?
The AI Context Protocol (ACP) is an open standard for embedding machine-readable context in codebases for AI-assisted development.
Features (Coming Soon)
- Parsing - Extract ACP annotations from source code
- Indexing - Build structured cache of codebase metadata
- Querying - Search and filter indexed symbols and files
- Constraints - Evaluate and enforce code constraints
- Variables - Expand token-efficient variable references
Usage
use ;
let config = load?;
let cache = build?;
// Query symbols
let auth_symbols = cache.query_domain?;
Related Crates
acp-cli- Command-line interface
Links
License
MIT License - Copyright (c) 2024 ACP Protocol Contributors