You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
lilya/.agents/skills/SKILL.md template for creating reusable skills in the Lilya Agents framework.
Expose an alias OpenAPIQuery for Query in lilya.contrib.openapi to allow using it directly in the OpenAPI documentation.
Changed
Expose is_class_and_subclass in lilya.compat.
Expose import_string in lilya.compat.
Reorganize internals to remove mypy and validations in favour of ty.
lilya.routing is now a submodule of lilya splitting the responsibilities of the routing and the path definitions. This allows to have a cleaner separation of concerns and a better internal structure.
The public API is not affected and the imports are still the same but internally.