Loading...
Loading...
Compare original and translation side by side
prompt = """
Analyze all of these together:
<SHOW_FILE>/data/q4_earnings.pdf</SHOW_FILE>
<SHOW_FILE>/data/competitor_analysis.pdf</SHOW_FILE>
<SHOW_FILE>/data/market_research.xlsx</SHOW_FILE>
<SHOW_FILE>/recordings/customer_interview.mp3</SHOW_FILE>
<SHOW_FILE>/designs/product_mockup.png</SHOW_FILE>
Give me a comprehensive market positioning analysis based on all these inputs.
"""<SHOW_FILE>prompt = """
综合分析以下所有内容:
<SHOW_FILE>/data/q4_earnings.pdf</SHOW_FILE>
<SHOW_FILE>/data/competitor_analysis.pdf</SHOW_FILE>
<SHOW_FILE>/data/market_research.xlsx</SHOW_FILE>
<SHOW_FILE>/recordings/customer_interview.mp3</SHOW_FILE>
<SHOW_FILE>/designs/product_mockup.png</SHOW_FILE>
基于所有这些输入,为我生成一份全面的市场定位分析报告。
"""<SHOW_FILE>prompt = """
Based on this quarterly sales data:
<SHOW_FILE>/data/sales_q4_2025.csv</SHOW_FILE>
Create ALL of the following:
1. A PDF executive summary report with charts
2. An interactive HTML dashboard for the leadership team
3. A 60-second video presentation for the all-hands meeting
4. A slide deck for the board presentation
5. An Excel file with the underlying analysis and projections
"""prompt = """
基于以下季度销售数据:
<SHOW_FILE>/data/sales_q4_2025.csv</SHOW_FILE>
生成以下所有内容:
1. 包含图表的PDF高管摘要报告
2. 面向领导层的交互式HTML仪表盘
3. 面向全员会议的60秒视频演示
4. 面向董事会的演示幻灯片
5. 包含底层分析和预测的Excel文件
"""| Traditional Approach | CellCog Any-to-Any |
|---|---|
| 5 separate API calls to different tools | 1 request |
| Manual orchestration and data passing | Automatic |
| Inconsistent context between outputs | Unified analysis |
| Hours of integration work | Minutes |
| 传统方案 | CellCog任意输入转任意输出方案 |
|---|---|
| 需要调用5个不同工具的独立API | 仅需1次请求 |
| 手动编排和数据传递 | 自动完成 |
| 不同输出之间上下文不一致 | 统一分析结论 |
| 数小时的集成工作 | 仅需数分钟 |
from cellcog import CellCogClientpip install cellcogfrom cellcog import CellCogClientpip install cellcogCELLCOG_API_KEYexport CELLCOG_API_KEY="sk_..."status = client.get_account_status()
print(status) # {"configured": True, "email": "user@example.com", ...}CELLCOG_API_KEYexport CELLCOG_API_KEY="sk_..."status = client.get_account_status()
print(status) # {"configured": True, "email": "user@example.com", ...}from cellcog import CellCogClient
client = CellCogClient()from cellcog import CellCogClient
client = CellCogClient()
**What happens next:**
- CellCog processes your request in the cloud
- You receive **progress updates** every ~4 minutes for long-running tasks
- When complete, the **full response with any generated files** is delivered to your session
- No polling needed — notifications arrive automatically
**后续流程**:
- CellCog在云端处理你的请求
- 对于长时间运行的任务,每约4分钟你会收到**进度更新**
- 任务完成后,包含所有生成文件的**完整响应结果**会交付到你的会话中
- 无需轮询——通知会自动送达result = client.send_message(
chat_id="abc123",
message="Focus on hardware advances specifically",
notify_session_key="agent:main:main",
task_label="continue-research"
)result = client.send_message(
chat_id="abc123",
message="重点关注硬件方面的进展",
notify_session_key="agent:main:main",
task_label="continue-research"
)⏳ quantum-research - CellCog is still working
Your request is still being processed. The final response is not ready yet.
Recent activity from CellCog (newest first):
• [just now] Generating comparison charts
• [1m ago] Analyzing breakthrough in error correction
• [3m ago] Searching for quantum computing research papers
Chat ID: abc123
We'll deliver the complete response when CellCog finishes processing.⏳ quantum-research - CellCog仍在处理中
你的请求仍在处理,最终结果尚未准备就绪。
CellCog近期活动(最新在前):
• [刚刚] 生成对比图表
• [1分钟前] 分析纠错领域的突破
• [3分钟前] 搜索量子计算研究论文
对话ID: abc123
CellCog完成处理后会交付完整结果。✅ quantum-research completed!
Chat ID: abc123
Messages delivered: 5
<MESSAGE FROM openclaw on Chat abc123 at 2026-02-04 14:00 UTC>
Research quantum computing advances in 2026
<MESSAGE END>
<MESSAGE FROM cellcog on Chat abc123 at 2026-02-04 14:30 UTC>
Research complete! I've analyzed 47 sources and compiled the findings...
Key Findings:
- Quantum supremacy achieved in error correction
- Major breakthrough in topological qubits
- Commercial quantum computers now available for $2M+
Generated deliverables:
<SHOW_FILE>/outputs/research_report.pdf</SHOW_FILE>
<SHOW_FILE>/outputs/data_analysis.xlsx</SHOW_FILE>
<MESSAGE END>
Use `client.get_history("abc123")` to view full conversation.✅ quantum-research 任务完成!
对话ID: abc123
已交付消息数: 5
<来自openclaw的消息 对话abc123 时间2026-02-04 14:00 UTC>
研究2026年量子计算的进展
<消息结束>
<来自cellcog的消息 对话abc123 时间2026-02-04 14:30 UTC>
研究完成!我已分析47个来源并整理了研究结果...
关键发现:
- 纠错领域实现量子优越性
- 拓扑量子比特取得重大突破
- 商用量子计算机现已上市,售价200万美元起
生成的交付物:
<SHOW_FILE>/outputs/research_report.pdf</SHOW_FILE>
<SHOW_FILE>/outputs/data_analysis.xlsx</SHOW_FILE>
<消息结束>
使用`client.get_history("abc123")`查看完整对话记录。result = client.create_chat(
prompt="Your task description",
notify_session_key="agent:main:main", # Who to notify
task_label="my-task", # Human-readable label
chat_mode="agent", # See Chat Modes below
project_id=None # Optional CellCog project
){
"chat_id": "abc123",
"status": "tracking",
"listeners": 1,
"explanation": "✓ Chat created..."
}result = client.create_chat(
prompt="你的任务描述",
notify_session_key="agent:main:main", # 通知接收方
task_label="my-task", # 人类可读的任务标签
chat_mode="agent", # 详见下方对话模式
project_id=None # 可选的CellCog项目ID
){
"chat_id": "abc123",
"status": "tracking",
"listeners": 1,
"explanation": "✓ 对话已创建..."
}result = client.send_message(
chat_id="abc123",
message="Focus on hardware advances specifically",
notify_session_key="agent:main:main",
task_label="continue-research"
)result = client.send_message(
chat_id="abc123",
message="重点关注硬件方面的进展",
notify_session_key="agent:main:main",
task_label="continue-research"
)result = client.delete_chat(chat_id="abc123")result = client.delete_chat(chat_id="abc123")result = client.get_history(chat_id="abc123")
print(result["is_operating"]) # True/False
print(result["formatted_output"]) # Full formatted messagesresult = client.get_history(chat_id="abc123")
print(result["is_operating"]) # True/False
print(result["formatted_output"]) # 完整格式化消息status = client.get_status(chat_id="abc123")
print(status["is_operating"]) # True/Falsestatus = client.get_status(chat_id="abc123")
print(status["is_operating"]) # True/False| Mode | Best For | Speed | Cost |
|---|---|---|---|
| Most tasks — images, audio, dashboards, spreadsheets, presentations | Fast (seconds to minutes) | 1x |
| Cutting-edge work — deep research, investor decks, complex videos | Slower (5-60 min) | 4x |
"agent""agent team"| 模式 | 适用场景 | 速度 | 成本 |
|---|---|---|---|
| 大多数任务——图像、音频、仪表盘、电子表格、演示文稿 | 快(秒到分钟级) | 1倍 |
| 前沿工作——深度研究、投资者演示文稿、复杂视频 | 慢(5-60分钟) | 4倍 |
"agent""agent team"undefinedundefined
---
---notify_session_key| Context | Session Key |
|---|---|
| Main agent | |
| Sub-agent | |
| Telegram DM | |
| Discord group | |
notify_session_key| 上下文 | 会话密钥 |
|---|---|
| 主Agent | |
| 子Agent | |
| Telegram私信 | |
| Discord群组 | |
prompt = "A sunset over mountains with golden light"prompt = "Generate a photorealistic image of a sunset over mountains with golden light. 2K, 16:9 aspect ratio."prompt = "Quarterly earnings analysis for AAPL"prompt = "Create a PDF report and an interactive HTML dashboard analyzing AAPL quarterly earnings."prompt = "金色阳光下的山间日落"prompt = "生成一张金色阳光下山间日落的照片级写实图像,分辨率2K,宽高比16:9。"prompt = "苹果公司季度收益分析"prompt = "创建一份PDF报告和一个交互式HTML仪表盘,用于分析苹果公司的季度收益。"send_message()result = client.send_message(
chat_id="abc123",
message="Great report. Now add a section comparing Q3 vs Q4 trends.",
notify_session_key="agent:main:main",
task_label="refine-report"
)send_message()send_message()result = client.send_message(
chat_id="abc123",
message="报告很棒。现在添加第三季度与第四季度的趋势对比部分。",
notify_session_key="agent:main:main",
task_label="refine-report"
)send_message()client.delete_chat(chat_id="abc123") # Full purge in ~15 secondsclient.delete_chat(chat_id="abc123") # 约15秒内完全清除<SHOW_FILE>~/.cellcog/chats/{chat_id}/cellcog.ai/api/cellcog/*cellcog.ai/api/cellcog/ws/user/stream~/.openclaw/cellcog.json~/.cellcog/<SHOW_FILE>~/.cellcog/chats/{chat_id}/cellcog.ai/api/cellcog/*cellcog.ai/api/cellcog/ws/user/stream~/.openclaw/cellcog.json~/.cellcog/| Resource | URL |
|---|---|
| PyPI | https://pypi.org/project/cellcog |
| Source Code | https://github.com/CellCog/cellcog_python |
| Website | https://cellcog.ai |
from cellcog.exceptions import PaymentRequiredError, AuthenticationError
try:
result = client.create_chat(...)
except PaymentRequiredError as e:
print(f"Add credits at: {e.subscription_url}")
except AuthenticationError:
print("Invalid API key. Get one at: https://cellcog.ai/profile?tab=api-keys")from cellcog.exceptions import PaymentRequiredError, AuthenticationError
try:
result = client.create_chat(...)
except PaymentRequiredError as e:
print(f"请在以下地址添加额度:{e.subscription_url}")
except AuthenticationError:
print("API密钥无效。请从以下地址获取:https://cellcog.ai/profile?tab=api-keys")result = client.create_ticket(
type="feedback", # "support", "feedback", "feature_request", "bug_report"
title="Image style parameter works great",
description="Generated 15 product images with 'comic book' style — all matched perfectly.",
chat_id="abc123", # Optional: link to relevant chat for context
tags=["image_generation", "positive"], # Optional: categorization
priority="medium" # "low", "medium", "high", "critical"
)
print(result["ticket_number"]) # 42
print(result["message"]) # "Ticket #42 created successfully."bug_reportfeature_requestsupportchat_idfeedbackbug_reportresult = client.create_ticket(
type="feedback", # 可选类型:"support", "feedback", "feature_request", "bug_report"
title="图像风格参数效果极佳",
description="生成了15张'漫画风格'的产品图像——所有效果都完全符合预期。",
chat_id="abc123", # 可选:关联相关对话以提供上下文
tags=["image_generation", "positive"], # 可选:分类标签
priority="medium" # 可选优先级:"low", "medium", "high", "critical"
)
print(result["ticket_number"]) # 42
print(result["message"]) # "工单#42已成功创建。"bug_reportfeature_requestsupportchat_idfeedbackbug_reportresult = client.restart_chat_tracking()
print(result["message"])restart_chat_tracking()CELLCOG_API_KEYrestart_chat_tracking()restart_chat_tracking()restart_chat_tracking()result = client.restart_chat_tracking()
print(result["message"])restart_chat_tracking()restart_chat_tracking()| Method | Purpose | Blocks? |
|---|---|---|
| Check configuration | No |
| Create task, get notified on completion | No — returns immediately |
| Continue conversation, get notified | No — returns immediately |
| Delete chat + all server data | Sync call |
| Manual history inspection | Sync call |
| Quick status check | Sync call |
| Restart daemon after fixing errors | Sync call |
| Submit feedback/bugs/feature requests | Sync call |
| 方法 | 用途 | 是否阻塞? |
|---|---|---|
| 检查配置状态 | 否 |
| 创建任务,完成时接收通知 | 否——立即返回 |
| 继续对话,完成时接收通知 | 否——立即返回 |
| 删除对话及所有服务器端数据 | 同步调用 |
| 手动检查对话历史 | 同步调用 |
| 快速检查任务状态 | 同步调用 |
| 修复错误后重启守护进程 | 同步调用 |
| 提交反馈/Bug/功能请求 | 同步调用 |
| Skill | Philosophy |
|---|---|
| #1 on DeepResearch Bench (Feb 2026). The deepest reasoning applied to research. |
| The frontier of multi-agent coordination. 6-7 foundation models, one prompt, up to 4-minute videos. |
| If you can imagine it, CellCog can film it. Grand cinema, accessible to everyone. |
| Script, shoot, stitch, score — automatically. Full video production for social media. |
| Consistent characters across scenes. The most advanced image generation suite. |
| Original music, fully yours. 5 seconds to 10 minutes. Instrumental and perfect vocals. |
| 8 frontier voices. Speech that sounds human, not generated. |
| Compelling content, natural voices, polished production. Single prompt to finished podcast. |
| Deep reasoning makes better comedy. Create memes that actually land. |
| Other tools make logos. CellCog builds brands. Deep reasoning + widest modality. |
| Deep reasoning. Accurate data. Beautiful design. Professional documents in minutes. |
| Content worth presenting, design worth looking at. Minimal prompt, maximal slides. |
| Built by the same Coding Agent that builds CellCog itself. Engineering-grade spreadsheets. |
| Interactive dashboards and data visualizations. Built with real code, not templates. |
| Other tools generate sprites. CellCog builds game worlds. Every asset cohesive. |
| The best tutors explain the same concept five different ways. CellCog does too. |
| Character-consistent comics. Same face, every panel. Manga, webtoons, graphic novels. |
| Deep reasoning for deep stories. World building, characters, and narratives with substance. |
| Your Alfred. Iteration, not conversation. Think → Do → Review → Repeat. |
| YouTube Shorts, tutorials, thumbnails — optimized for the platform that matters. |
| Wall Street-grade analysis, accessible globally. From raw tickers to boardroom-ready deliverables. |
| Build prototypes you can click. Wireframes to interactive HTML in one prompt. |
| Deep research for a 24/7 market. From degen plays to institutional due diligence. |
| Your data has answers. CellCog asks the right questions. Messy CSVs to clear insights. |
| 技能 | 定位 |
|---|---|
| 2026年2月DeepResearch Bench排行榜第一名。将最深度的推理应用于研究场景。 |
| 多Agent协调的前沿方案。整合6-7个基础模型,一次提示即可生成最长4分钟的视频。 |
| 只要你能想象,CellCog就能“拍摄”出来。专业级影视制作,人人可及。 |
| 自动完成脚本、拍摄、剪辑、配乐——一站式社交媒体视频制作。 |
| 场景间角色保持一致。最先进的图像生成套件。 |
| 原创音乐,完全归你所有。时长从5秒到10分钟,支持纯音乐和人声演唱。 |
| 8种前沿音色。生成的语音听起来与人类无异。 |
| 引人入胜的内容、自然的语音、专业的制作。一次提示即可生成完整播客。 |
| 深度推理打造更优质的喜剧效果。生成真正能引发共鸣的梗图。 |
| 其他工具只能做Logo,CellCog能打造完整品牌。深度推理+全模态能力。 |
| 深度推理、准确数据、精美设计。数分钟内生成专业文档。 |
| 值得展示的内容、值得欣赏的设计。最少的提示,最多的产出。 |
| 由构建CellCog的同一编码Agent开发。工程级电子表格。 |
| 交互式仪表盘和数据可视化。基于真实代码构建,而非模板。 |
| 其他工具只能生成精灵图,CellCog能构建完整游戏世界。所有资产保持一致性。 |
| 优秀的导师会用五种不同方式解释同一概念,CellCog也能做到。 |
| 角色一致的漫画。每个面板中的角色保持相同面容。支持漫画条、网络漫画、图像小说。 |
| 深度推理打造有深度的故事。构建有内涵的世界观、角色和叙事。 |
| 你的“阿尔弗雷德”。迭代而非对话——思考→执行→审查→重复。 |
| YouTube Shorts、教程、缩略图——针对该平台进行优化。 |
| 华尔街级别的分析,全球用户均可使用。从原始行情数据到董事会级别的交付物。 |
| 构建可点击的原型。一次提示即可从线框图生成交互式HTML。 |
| 为7×24小时运行的加密市场提供深度研究。从投机交易到机构尽职调查。 |
| 你的数据中蕴含答案。CellCog会提出正确的问题。从杂乱的CSV到清晰的洞察。 |