Browse RC.8 documentation
RC.8 Documentation revision 1

ait agent — Complete Reference

Configure, inspect, and run optional Telegram, LINE, Discord, and Slack transport workers and their supervisors.

Audience: Integration maintainers and operators

Operating boundary#

Purpose: Configure, inspect, and run optional Telegram, LINE, Discord, and Slack transport workers and their supervisors.

Effect class: Configuration and runtime-process surface; list, status, and logs inspect while add, remove, start, stop, and restart mutate transport or process state.

Coverage: 43 public help surfaces under ait agent.

The blocks below preserve the RC.8 binary output in full, including every emitted argument, option, default, possible value, conflict, and requirement.

Complete command tree#

Code · text
ait agent
ait agent telegram
ait agent telegram add
ait agent telegram list
ait agent telegram status
ait agent telegram start
ait agent telegram stop
ait agent telegram restart
ait agent telegram logs
ait agent telegram remove
ait agent telegram supervisor
ait agent telegram supervisor status
ait agent telegram supervisor start
ait agent telegram supervisor run
ait agent telegram supervisor stop
ait agent telegram supervisor restart
ait agent line
ait agent line add
ait agent line list
ait agent line status
ait agent line start
ait agent line stop
ait agent line restart
ait agent line logs
ait agent line remove
ait agent discord
ait agent discord add
ait agent discord list
ait agent discord status
ait agent discord start
ait agent discord stop
ait agent discord restart
ait agent discord logs
ait agent discord remove
ait agent slack
ait agent slack add
ait agent slack list
ait agent slack status
ait agent slack start
ait agent slack stop
ait agent slack restart
ait agent slack logs
ait agent slack remove

Exact emitted help#

ait agent#

Reference description: Configure, inspect, and run optional Telegram, LINE, Discord, and Slack transport workers and their supervisors.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent <COMMAND>

Commands:
  telegram  Run and configure Telegram agent workers.
  line      Run and configure LINE agent workers.
  discord   Run and configure Discord agent workers.
  slack     Run and configure Slack agent workers.
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait agent telegram#

Binary description: Run and configure Telegram agent workers.

Code · text
Run and configure Telegram agent workers.

Usage: ait agent telegram [OPTIONS] [COMMAND]

Commands:
  add         Add or update a named Telegram worker config.
  list        List named Telegram worker configs.
  status      Show named Telegram worker runtime status.
  start       Start a named Telegram worker in daemon mode.
  stop        Stop a named Telegram worker.
  restart     Stop and restart a named Telegram worker in daemon mode.
  logs        Read the last N lines from a named Telegram worker's log.
  remove      Remove a named Telegram worker config.
  supervisor  Supervise configured Telegram workers.
  help        Print this message or the help of the given subcommand(s)

Options:
      --mode <MODE>      [default: polling] [possible values: polling, webhook]
      --worker <WORKER>  [default: main]
  -h, --help             Print help

ait agent telegram add#

Binary description: Add or update a named Telegram worker config.

Code · text
Add or update a named Telegram worker config.

Usage: ait agent telegram add [OPTIONS] --token <TOKEN> <NAME>

Arguments:
  <NAME>  

Options:
      --token <TOKEN>                      
      --username <USERNAME>                
      --sync-state-path <SYNC_STATE_PATH>  
      --pid-file <PID_FILE>                
      --log-file <LOG_FILE>                
      --env-path <ENV_PATH>                
      --json                               
  -h, --help                               Print help

ait agent telegram list#

Binary description: List named Telegram worker configs.

Code · text
List named Telegram worker configs.

Usage: ait agent telegram list [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent telegram status#

Binary description: Show named Telegram worker runtime status.

Code · text
Show named Telegram worker runtime status.

Usage: ait agent telegram status [OPTIONS] [NAME]

Arguments:
  [NAME]  

Options:
      --json  
  -h, --help  Print help

ait agent telegram start#

Binary description: Start a named Telegram worker in daemon mode.

Code · text
Start a named Telegram worker in daemon mode.

Usage: ait agent telegram start [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent telegram stop#

Binary description: Stop a named Telegram worker.

Code · text
Stop a named Telegram worker.

Usage: ait agent telegram stop [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent telegram restart#

Binary description: Stop and restart a named Telegram worker in daemon mode.

Code · text
Stop and restart a named Telegram worker in daemon mode.

Usage: ait agent telegram restart [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent telegram logs#

Binary description: Read the last N lines from a named Telegram worker's log.

Code · text
Read the last N lines from a named Telegram worker's log.

Usage: ait agent telegram logs [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --lines <LINES>  [default: 100]
      --json           
  -h, --help           Print help

ait agent telegram remove#

Binary description: Remove a named Telegram worker config.

Code · text
Remove a named Telegram worker config.

Usage: ait agent telegram remove [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent telegram supervisor#

Binary description: Supervise configured Telegram workers.

Code · text
Supervise configured Telegram workers.

Usage: ait agent telegram supervisor <COMMAND>

Commands:
  status   Show runtime status for all Telegram workers.
  start    Start all configured Telegram workers.
  run      Continuously start stopped Telegram workers at an interval.
  stop     Stop all running Telegram workers.
  restart  Restart all Telegram workers.
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait agent telegram supervisor status#

Binary description: Show runtime status for all Telegram workers.

Code · text
Show runtime status for all Telegram workers.

Usage: ait agent telegram supervisor status [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent telegram supervisor start#

Binary description: Start all configured Telegram workers.

Code · text
Start all configured Telegram workers.

Usage: ait agent telegram supervisor start [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent telegram supervisor run#

Binary description: Continuously start stopped Telegram workers at an interval.

Code · text
Continuously start stopped Telegram workers at an interval.

Usage: ait agent telegram supervisor run [OPTIONS]

Options:
      --interval-seconds <INTERVAL_SECONDS>  [default: 30]
      --once                                 
      --json                                 
  -h, --help                                 Print help

ait agent telegram supervisor stop#

Binary description: Stop all running Telegram workers.

Code · text
Stop all running Telegram workers.

Usage: ait agent telegram supervisor stop [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent telegram supervisor restart#

Binary description: Restart all Telegram workers.

Code · text
Restart all Telegram workers.

Usage: ait agent telegram supervisor restart [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent line#

Binary description: Run and configure LINE agent workers.

Code · text
Run and configure LINE agent workers.

Usage: ait agent line <COMMAND>

Commands:
  add      Add or update a named LINE worker config.
  list     
  status   
  start    
  stop     
  restart  
  logs     
  remove   
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait agent line add#

Binary description: Add or update a named LINE worker config.

Code · text
Add or update a named LINE worker config.

Usage: ait agent line add [OPTIONS] --token <TOKEN> --secret <SECRET> <NAME>

Arguments:
  <NAME>  

Options:
      --token <TOKEN>                      
      --secret <SECRET>                    
      --sync-state-path <SYNC_STATE_PATH>  
      --pid-file <PID_FILE>                
      --log-file <LOG_FILE>                
      --env-path <ENV_PATH>                
      --json                               
  -h, --help                               Print help

ait agent line list#

Reference description: List named LINE worker configurations.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line list [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent line status#

Reference description: Show runtime status for a named LINE worker.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line status [OPTIONS] [NAME]

Arguments:
  [NAME]  

Options:
      --json  
  -h, --help  Print help

ait agent line start#

Reference description: Start a named LINE worker in daemon mode.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line start [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent line stop#

Reference description: Stop a named LINE worker.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line stop [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent line restart#

Reference description: Stop and restart a named LINE worker in daemon mode.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line restart [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent line logs#

Reference description: Read the requested tail of a named LINE worker log.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line logs [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --lines <LINES>  [default: 100]
      --json           
  -h, --help           Print help

ait agent line remove#

Reference description: Remove a named LINE worker configuration.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent line remove [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent discord#

Binary description: Run and configure Discord agent workers.

Code · text
Run and configure Discord agent workers.

Usage: ait agent discord <COMMAND>

Commands:
  add      Add or update a named Discord worker config.
  list     
  status   
  start    
  stop     
  restart  
  logs     
  remove   
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait agent discord add#

Binary description: Add or update a named Discord worker config.

Code · text
Add or update a named Discord worker config.

Usage: ait agent discord add [OPTIONS] --application-id <APPLICATION_ID> --bot-token <BOT_TOKEN> <NAME>

Arguments:
  <NAME>  

Options:
      --application-id <APPLICATION_ID>    
      --bot-token <BOT_TOKEN>              
      --sync-state-path <SYNC_STATE_PATH>  
      --pid-file <PID_FILE>                
      --log-file <LOG_FILE>                
      --env-path <ENV_PATH>                
      --json                               
  -h, --help                               Print help

ait agent discord list#

Reference description: List named Discord worker configurations.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord list [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent discord status#

Reference description: Show runtime status for a named Discord worker.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord status [OPTIONS] [NAME]

Arguments:
  [NAME]  

Options:
      --json  
  -h, --help  Print help

ait agent discord start#

Reference description: Start a named Discord worker in daemon mode.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord start [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent discord stop#

Reference description: Stop a named Discord worker.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord stop [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent discord restart#

Reference description: Stop and restart a named Discord worker in daemon mode.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord restart [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent discord logs#

Reference description: Read the requested tail of a named Discord worker log.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord logs [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --lines <LINES>  [default: 100]
      --json           
  -h, --help           Print help

ait agent discord remove#

Reference description: Remove a named Discord worker configuration.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent discord remove [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent slack#

Binary description: Run and configure Slack agent workers.

Code · text
Run and configure Slack agent workers.

Usage: ait agent slack <COMMAND>

Commands:
  add      Add or update a named Slack worker config.
  list     
  status   
  start    
  stop     
  restart  
  logs     
  remove   
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

ait agent slack add#

Binary description: Add or update a named Slack worker config.

Code · text
Add or update a named Slack worker config.

Usage: ait agent slack add [OPTIONS] --app-token <APP_TOKEN> <NAME>

Arguments:
  <NAME>  

Options:
      --app-token <APP_TOKEN>              
      --sync-state-path <SYNC_STATE_PATH>  
      --pid-file <PID_FILE>                
      --log-file <LOG_FILE>                
      --env-path <ENV_PATH>                
      --json                               
  -h, --help                               Print help

ait agent slack list#

Reference description: List named Slack worker configurations.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack list [OPTIONS]

Options:
      --json  
  -h, --help  Print help

ait agent slack status#

Reference description: Show runtime status for a named Slack worker.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack status [OPTIONS] [NAME]

Arguments:
  [NAME]  

Options:
      --json  
  -h, --help  Print help

ait agent slack start#

Reference description: Start a named Slack worker in daemon mode.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack start [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent slack stop#

Reference description: Stop a named Slack worker.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack stop [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent slack restart#

Reference description: Stop and restart a named Slack worker in daemon mode.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack restart [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

ait agent slack logs#

Reference description: Read the requested tail of a named Slack worker log.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack logs [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --lines <LINES>  [default: 100]
      --json           
  -h, --help           Print help

ait agent slack remove#

Reference description: Remove a named Slack worker configuration.

The RC.8 binary emits no separate prose description for this surface; the sentence above is editorial context. The complete parser-provided usage and options follow unchanged.

Code · text
Usage: ait agent slack remove [OPTIONS] <NAME>

Arguments:
  <NAME>  

Options:
      --json  
  -h, --help  Print help

Version authority

Checked against the exact RC.8 source

This page is public documentation, not a second product contract. Use the exact source and distribution contract for release authority.

Owning component Snapshots
  • ait-coreSNP-F136DB9A342B
  • ait-serverSNP-FBF302ADABC5
  • ait-runnerSNP-DF67532B0360
  • ait-pythonSNP-39225802847F
  • ait-nodeSNP-3D474B60B26F