Metadata-Version: 2.4 Name: aikernel Version: 0.2.0 Summary: A collection of types and interfaces for building type-safe AI tooling. Wraps around litellm. Author-email: Nash Taylor , Joshua Cook , Michael Sankur Requires-Python: >=3.12 Requires-Dist: litellm>=1.64.1 Requires-Dist: pydantic>=2.8.2 Description-Content-Type: text/markdown # AI Kernel This is a collection of types and functions wrapping LiteLLM to give it stricter typing and better delineate use cases.