Workflows
4 recipes, filter by use case, license, or difficulty.
AgentsFreeMachine-verified
Wire GLM-5.2 into Hermes: valid route, 64k-context check, no key in config
Validate a Hermes Agent config that runs GLM-5.2 through a real provider route (direct Z.AI or OpenRouter), clears Hermes's 64k minimum context, and keeps the API key out of config.yaml, before you start a session.
OpenRouterGLM-5.2Hermes Agent· beginner
AgentsFreeMachine-verified
OrcaRouter: only fan out when it is worth it
Gate the expensive fan-out behind a difficulty condition so easy chat stays cheap and only hard requests pay for a panel.
OrcaRouter· intermediate
AgentsFreeMachine-verified
Rebuild Fable 5's deep-research fan-out on your own keys (OrcaRouter)
Fan a research prompt out to a panel of models you choose, then fuse or judge the answers with an arbiter, in a routing DSL you version and control.
OrcaRouter· intermediate
AgentsFreeMachine-verified
Obsidian Vault as the Core of Your Agent Harness
Use an Obsidian vault as the shared memory and control surface for your agents.
Claude CodeHermes AgentObsidian· intermediate