🖥️ CLI Agent Terminal (Option B)

A real shell in your own workspace on the server. Sample files are pre-loaded; upload your own template & data, then drive the ltmc-agent CLI — including its interactive AI mode.

connecting…

Quick reference — ltmc-agent

ls — see your workspace (sample template + data are already there)
ltmc-agent parse BLANK_TEMPLATE_GL.xml — inspect an LTMC template (object, sheets, fields)
ltmc-agent map --ai -t BLANK_TEMPLATE_GL.xml -d legacy_gl_data.csv -o mapping.json — AI column mapping (Claude)
ltmc-agent rules -t BLANK_TEMPLATE_GL.xml -d legacy_gl_data.csv --mapping mapping.json -o rules.json — AI value-conversion rules
ltmc-agent generate -t BLANK_TEMPLATE_GL.xml -d legacy_gl_data.csv --mapping mapping.json --rules rules.json -o out.xml — build the LTMC upload file
ltmc-agent agent — 🤖 fully conversational mode: just chat, mention your file names, it does the rest
Download results: generate the file, then use the chat page's download or ask the agent — or upload/download via this page. Your workspace is private to this browser session.