kimi25-opensource 0.1.0

Agent swarm orchestrator inspired by Moonshot AI's Kimi K2.5 model. Lightweight toolkit for coordinating autonomous agent swarms with 256K context window support.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "kimi25-opensource"
version = "0.1.0"
authors = ["AgentSwarm Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent swarm orchestrator inspired by Moonshot AI's Kimi K2.5 model. Lightweight toolkit for coordinating autonomous agent swarms with 256K context window support."
homepage = "https://kimik25.com"
documentation = "https://onedao/wddaily/kimi25-opensource#readme"
readme = "README.md"
keywords = [
    "agent-swarm",
    "ai",
    "multi-agent",
    "async",
    "tokio",
]
categories = [
    "concurrency",
    "asynchronous",
    "development-tools",
]
license = "MIT"
repository = "https://onedao/wddaily/kimi25-opensource"

[lib]
name = "agent_swarm"
path = "main.rs"

[[bin]]
name = "agent-swarm-demo"
path = "main.rs"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = ["full"]

[dependencies.uuid]
version = "1.6"
features = ["v4"]

[dev-dependencies.env_logger]
version = "0.11"