#1 urfave/cli
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package routex is a lightweight multi-agent AI runtime for Go.
Health score 58/100, confidence 60/100.
| Latest version | v1.0.1 |
| Imported by | 0 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 2 months ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| AgentPlanEntry | Type | type AgentPlanEntry struct{ ... } |
| AgentPlanEntry.DependsOn | Field | DependsOn []string |
| AgentPlanEntry.ID | Field | ID string |
| AgentPlanEntry.LLMModel | Field | LLMModel string |
| AgentPlanEntry.LLMProvider | Field | LLMProvider string |
| AgentPlanEntry.Role | Field | Role string |
| AgentResult | Type | type AgentResult struct{ ... } |
| AgentResult.AgentID | Field | AgentID string |
| AgentResult.Duration | Field | Duration time.Duration |
| AgentResult.Error | Field | Error error |
| AgentResult.Output | Field | Output string |
| AgentResult.TokensUsed | Field | TokensUsed int |
Package cli provides a minimal framework for creating and organizing command line Go applications.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Struct-based argument parsing in Go.
Unified querying, transformation, and modification of JSON, TOML, YAML, XML, INI, HCL, KDL and CSV.
Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible.