Metadata-Version: 2.4
Name: managed_context
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.10.1
Requires-Dist: pydantic>=2.11.7
Requires-Dist: tiktoken>=0.9.0
Provides-Extra: openai
Requires-Dist: openai>=1.93.3; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.57.1; extra == "anthropic"
Dynamic: license-file

# llm-context-manager
Garbage collector-style context manager for LLM messages 
