Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 708 Bytes

File metadata and controls

48 lines (32 loc) · 708 Bytes

Examples

These examples work the same after a global install or a local repo run.

Ask a question

What can you do?

Change directories

cd /var/log

Run a local command

! pwd

Press Ctrl-C during a long-running ! command to stop that command and return to AgentX.

Combine shell output with the next prompt

! git status
Summarize the repository state

Clear the current session

/clear

One-shot request

agentx "summarize the current repository"

Add --confirm when the request should require confirmation for model-requested CLI execution:

agentx --confirm "run the tests and report failures"