Question: Is there a CLI to access my Agor sessions? #1440
Unanswered
sadpandajoe
asked this question in
Q&A
Replies: 1 comment
|
There isn’t a dedicated Agor CLI today for starting or attaching to sessions from a terminal, Claude Code, Codex, etc. Right now sessions are intended to be used through the Agor app. A CLI that can start a background session, send a prompt, and stream or return results would need a supported API/auth flow around sessions, which isn’t exposed as a stable CLI interface at the moment. The closest path would be building a small wrapper against the same backend endpoints the app uses, but that would be unofficial and may break as the app changes. 如果我的回答解决了您的问题,您可以点一下 answered the question,其实我是来解答问题,顺带着收集 Galaxy Brain 徽章的哈哈 😆 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Say I am working locally either in the terminal or one of the desktop apps like Claude Code or Codex. I want to either start a session in the background or ask a question to get results returned, is that possible?
All reactions