Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 887 Bytes

File metadata and controls

56 lines (37 loc) · 887 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"

Work toward a goal

/goal inspect the project, run focused checks, and summarize any issues

Check or cancel an active goal with /goal status or /goal cancel.