Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 792 Bytes

File metadata and controls

35 lines (23 loc) · 792 Bytes

AgentInterface

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 wrapper

Pattern

Agent text → Shaper LLM → Component JSON → React UI

SDK Documentation

  • React SDK - Component rendering and composition
  • Python SDK - Agent wrapping and LLM integration

Development

just install   # Install both SDKs
just ci        # Run linting, formatting, tests
just publish   # Publish to npm and PyPI

See react/README.md and python/README.md for SDK-specific development.

License

MIT