autogen/python/packages/component-schema-gen
Nissa Seru 0276aac8fb
Fix `poe check` on Windows (#5942)
`poe check` fails on main on Windows due to a combination line ending
mismatches, Unix-specific commands, and Windows-specific `asyncio`
behavior. This PR attempts to fix this (so that `poe check` on a
freshly-pulled `main` passes on Windows 11.)
2025-03-14 11:44:38 -07:00
..
src/component_schema_gen Split apart component infra to allow for abstract class integration (#5017) 2025-01-13 15:58:38 -05:00
LICENSE-CODE More improvements for component config (#4799) 2024-12-23 18:29:23 -05:00
README.md More improvements for component config (#4799) 2024-12-23 18:29:23 -05:00
pyproject.toml Fix `poe check` on Windows (#5942) 2025-03-14 11:44:38 -07:00

README.md

component-schema-gen

This is a tool to generate schema for built in components.

Simply run gen-component-schema and it will print the schema to be used.