← 返回
沟通协作 Key 中文

Deep Research with Caesar.org

Deep research using the Caesar API — run queries, follow up with chat, brainstorm, and manage collections.
利用 Caesar API 进行深度研究——运行查询、对话跟进、头脑风暴及管理收藏。
alexrudloff
沟通协作 clawhub v0.0.1 1 版本 100000 Key: 需要
★ 2
Stars
📥 1,002
下载
💾 21
安装
1
版本
#latest

概述

Caesar Research

CLI for Caesar deep research. Runs multi-source research jobs with citations, follow-up chat, and brainstorming.

Setup

go install github.com/alexrudloff/caesar-cli@latest
export CAESAR_API_KEY=your_key_here

Research

Run a query (waits for completion by default, prints events as they happen):

caesar research create "What are the latest advances in mRNA vaccines?"

Returns JSON with content (synthesized answer with [n] citations) and a results array of sources.

Fire-and-forget:

caesar research create "query" --no-wait
# Returns: { "id": "uuid", "status": "queued" }

Then check on it:

caesar research get <job-id>
caesar research watch <job-id>
caesar research events <job-id>

Research Options

FlagDescription
-------------------
--no-waitReturn immediately with job ID
--model gpt-5.2, gemini-3-pro, gemini-3-flash, claude-opus-4.5
--loops NMax reasoning loops (default 1, higher = deeper research)
--reasoningEnable advanced reasoning mode
--autoLet Caesar auto-configure based on query
--exclude-socialSkip social media sources
--exclude-domain x.comExclude specific domains (repeatable)
--system-prompt "..."Custom synthesis prompt
--brainstorm Use a brainstorm session for context

Status Lifecycle

queuedsearchingsummarizinganalyzingresearchingcompleted or failed

Chat (Follow-Up Questions)

Ask follow-up questions about a completed research job:

caesar chat send <job-id> "How does this compare to traditional vaccines?"

Waits for the response by default. The answer includes inline [n] citations referencing the original research sources.

caesar chat send <job-id> "question" --wait=false
caesar chat history <job-id>

Brainstorm

Get clarifying questions before research to improve results:

caesar brainstorm "How does CRISPR gene editing work?"
# Prints questions with multiple-choice options and a session ID

Then use the session ID:

caesar research create --brainstorm <session-id> "How does CRISPR gene editing work?"

Collections

Group files for research context:

caesar collections create "Dataset Name" --description "Optional description"

Tips

  • For broad topics, use --auto to let Caesar pick optimal settings.
  • Use --loops 3 or higher for complex multi-faceted questions.
  • Use --reasoning for questions requiring deep analysis.
  • Pipe output through jq to extract specific fields: caesar research get | jq '.content'
  • Chain brainstorm → research for best results on ambiguous queries.

版本历史

共 1 个版本

  • v0.0.1 当前
    2026-03-29 07:44 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,689
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,599
ai-intelligence

Llmrouter

alexrudloff
智能LLM代理,根据复杂度路由请求。简单任务使用低成本模型以节省开支。已适配Anthropic、OpenAI、Gemini、Kimi/Moonshot及Ollama。
★ 6 📥 3,347