What is your goal?
Uploaded knowledge files should:
- Be stored persistently (cached or indexed once)
- Be reused across multiple executions without reprocessing
AI Agent should:
- Reference stored knowledge instead of re-sending full content each time
- Reduce redundant token usage
- Improve performance and cost efficiency
What is the problem?
Knowledge file is attached to the AI Agent
- Every time the scenario runs:
- The file is reloaded and reprocessed
- Tokens are consumed again for the same static content
- No persistent memory or reuse mechanism is observed
What have you tried so far?
In Claude AI Projects, you can:
- Upload multiple files (PDF, text, code, etc.)
- Store them in a project knowledge base
- Reuse them across all chats without re-uploading
According to official docs:
- Files added to project knowledge are “used across all chats within that project”
- Claude automatically applies those files as context in every conversation