devboy-fireflies 0.28.0

Fireflies provider for devboy-tools — meeting transcripts and summaries over the Fireflies GraphQL API.
Documentation
# devboy-fireflies

[![Crates.io](https://img.shields.io/crates/v/devboy-fireflies.svg)](https://crates.io/crates/devboy-fireflies)
[![Docs.rs](https://docs.rs/devboy-fireflies/badge.svg)](https://docs.rs/devboy-fireflies)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Fireflies provider for [`devboy-tools`](https://github.com/meteora-pro/devboy-tools). Pulls meeting transcripts and summaries through the Fireflies GraphQL API and adapts them to the [`devboy-core`](https://crates.io/crates/devboy-core) provider model.

## Add to your project

```toml
[dependencies]
devboy-core = "0.26"
devboy-fireflies = "0.26"
```

## Documentation

API reference on [docs.rs/devboy-fireflies](https://docs.rs/devboy-fireflies).

For the full bundle (CLI, MCP server, agent skills) see the [main project README](https://github.com/meteora-pro/devboy-tools#readme).

## License

Apache-2.0 — see [LICENSE](https://github.com/meteora-pro/devboy-tools/blob/main/LICENSE).