Agents shape UI. Not templates.
Agent GUIs without ceremony. LLM selects components. React renders. Infinite composition.
npm install agentinterface # React renderer
pip install agentinterface # Python agent wrapperAgent text → Shaper LLM → Component JSON → React UI
- React SDK - Component rendering and composition
- Python SDK - Agent wrapping and LLM integration
just install # Install both SDKs
just ci # Run linting, formatting, tests
just publish # Publish to npm and PyPISee react/README.md and python/README.md for SDK-specific development.
MIT