TypeAgent Cheat sheet
Agents
Disable agent:
@config agent -off
<agent name>
Enable agent:
@config agent
<agent name>
List all agents:
@config agent
Show agent commands:
@help
<agent name>
Cache
Clear the cache:
@const new
Print the cache to the debug console:
@const list
Show cache info:
@const info
Shell / CLI
Clear the display:
@clear
Show help:
@help
Show shell settings:
@shell show settings
Exit the application:
@exit
Set the theme:
@shell theme
<light|dark>
Open shell canvas:
@shell open
<URL|alias>
Close the shell canvas:
@shell close
Misc@ellaneous
Make a random request:
@random
Show help:
@help
Change default request handler:
@config request
<agent name>
Show environment variables:
@env
Models
Show translation model being used:
@config translation model
Change LLM models for translation:
@config translation model set
GPT_4_O
Reset model configuration:
@config translation model --reset
Debugging
Turn on developer mode:
@config dev on
Turn on all tracing:
@trace *
Open DevTools:
F12
Actions
Reset action status (on/off) to defaults:
@config action --reset
Turn OFF actions for a specific agent:
@config action --off
<agent name>
Turn ON actions for a specific agent:
@config action
<agent name>
Session
Create a new session:
@session new
Show current session info:
@session info
List all sessions:
@session list
Calendar
Login to the calendar account:
@calendar login
Logout of the calendar account:
@calendar login
Chat History
Show chat history:
@history