Crate moly_kit

Source
Expand description

§Description

Moly Kit is a Rust crate containing widgets and utilities to streamline the development of artificial intelligence applications for the Makepad framework.

§Features

  • ⚡️ Low-config Chat widget that works almost out of the box.
  • 🔧 Customize and integrate behavior of Chat into your own app.
  • 🎨 Customize appearance thanks to Makepad DSL overrides.
  • 📞 Built-in OpenAI-compatible client.
  • 🧩 Extensible with your own clients and custom message contents.
  • 🌎 Web support.

To learn how to use and integrate Moly Kit into your own Makepad app, read the documentation.

Re-exports§

pub use clients::*;
pub use mcp::*;
pub use protocol::*;
pub use widgets::*;

Modules§

clients
mcp
protocol
utils
Internally used to hold utility modules but exposes some very helpful ones.
widgets
Widgets provided by this crate. You can import this in your DSL.