chore: updating tagline
This commit is contained in:
parent
eccc2dd84a
commit
d9461c04a5
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
# honcho-ai-cli
|
||||
|
||||
Agent-first admin & debugging CLI for [Honcho](https://honcho.dev) — memory that reasons.
|
||||
A terminal for [Honcho](https://honcho.dev) — memory that reasons.
|
||||
|
||||
## Install
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[project]
|
||||
name = "honcho-ai-cli"
|
||||
version = "0.1.0"
|
||||
description = "Agent-first admin & debugging CLI for Honcho"
|
||||
description = "A terminal for Honcho — memory that reasons."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
"""Honcho CLI — Agent-first admin & debugging tool."""
|
||||
"""Honcho CLI — a terminal for Honcho."""
|
||||
|
||||
__version__ = "0.1.0"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
"""Honcho CLI — Agent-first admin & debugging tool.
|
||||
"""Honcho CLI — a terminal for Honcho.
|
||||
|
||||
Entry point and top-level command group.
|
||||
"""
|
||||
|
|
@ -23,7 +23,7 @@ BANNER = r"""
|
|||
|
||||
app = typer.Typer(
|
||||
name="honcho",
|
||||
help="Agent-first admin & debugging CLI for Honcho.",
|
||||
help="A terminal for Honcho — memory that reasons.",
|
||||
invoke_without_command=True,
|
||||
pretty_exceptions_enable=False,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
name: honcho-cli
|
||||
version: 0.1.0
|
||||
description: Agent-first admin & debugging CLI for Honcho
|
||||
description: A terminal for Honcho — memory that reasons.
|
||||
---
|
||||
|
||||
# Honcho CLI — Agent Interface
|
||||
|
|
|
|||
Loading…
Reference in New Issue