agentctl 0.1.0

Tiny control-plane primitives for AI agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name        = "agentctl"
version     = "0.1.0"
edition     = "2024"
authors     = ["AgentCTL <developer@agentctl.com>"]
description = "Tiny control-plane primitives for AI agents."
license     = "AGPL-3.0-only"
repository  = "https://github.com/agentctl-dev/agentctl"
homepage    = "https://github.com/agentctl-dev/agentctl"
keywords    = ["agents", "async", "control-plane"]
categories  = ["asynchronous", "command-line-utilities"]
readme      = "README.md"
rust-version = "1.85.0"

[badges]
maintenance = { status = "actively-developed" }