Build and run AI agents with Nyte.

What's in Nyte

Libraries for building AI agents, with terminal and desktop apps for using them.

  • SchemaShared types for messages, models, and tools.
  • AIConnects to AI providers and streams their replies.
  • CoreRuns agents and saves their conversations and work.
  • UIShared buttons, menus, dialogs, and other UI components.
  • PluginLets you add tools, commands, and custom agent behavior.
  • TelemetryHooks for tracking agent activity; recording is not implemented yet.
  • TerminalAn app for working with agents in your terminal.
  • DesktopA desktop app for working with agents.
  • ProtocolDefines the messages clients and servers exchange.
  • ServerMakes Nyte available over HTTP.
  • ClientConnects your app to a Nyte server.