Kind: Function
Source: atloria-monorepo/libs/agent-core/src/context/rehydration.ts
Create a PostCompactionHook that reads files from disk. This is the "hard rehydration" implementation — actually reads files rather than nudging the agent to re-read them.
Signature
tsfunction createRehydrationHook(config: RehydrationConfig): PostCompactionHook
Parameters
| Name | Type |
|---|---|
config | RehydrationConfig |
Returns: PostCompactionHook
Was this page helpful?