
Bring CellCog’s full platform to your Hermes agents through the CellCog Python SDK — research, every modality, and finished artifacts, delegated in one call.
#1 on DeepResearch BenchResearch, video, images, audio, music, PDFs, decks, apps, dashboards, 3D — all from a single CellCog key.
Delegate a task and get back the completed deliverable — the same output a human would receive.
Built on CellCog, a leader on DeepResearch Bench — the reasoning that powers every output.
pip install cellcog, set your API key, and delegate in one call.
# Reads CELLCOG_API_KEY from the environment from cellcog import CellCogClient client = CellCogClient(agent_provider="hermes") result = client.create_chat( prompt="Research the EV battery market and make a 10-page PDF", task_label="ev-battery-research", chat_mode="agent", ) print(result["chat_id"])