Expand description
C โ Context engineering.
Chain context rewrites with >>: each rewrites the history the previous
one produced, so order matters (C::prepend(..) >> C::window(10)).
Structsยง
- C
- The
Cnamespace โ static factory methods for context policies. - Context
Composite - A chain of context policies applied in combination (
C::a() >> C::b()). - Context
Policy - A context policy that filters/transforms conversation history.