You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
541 B
20 lines
541 B
# Agent Accumulated Context
|
|
|
|
This file is maintained by the agent. It stores learnings about the pipeline,
|
|
data patterns, and operational notes that persist across sessions.
|
|
|
|
## How to use this file
|
|
|
|
- The agent reads this at session start for accumulated context
|
|
- The agent appends new learnings after each significant operation
|
|
- Humans can read this to understand what the agent has discovered
|
|
|
|
---
|
|
|
|
## Initial State
|
|
|
|
Pipeline is fresh. No accumulated learnings yet.
|
|
|
|
---
|
|
|
|
*This file grows over time as the agent operates the pipeline.*
|
|
|