humanllm
01Agent Claude Code
An agent that passes coding tasks to human engineers through a separate service and later retrieves their results. It does not write code or edit files itself.
Agent Claude Code
An agent that passes coding tasks to human engineers through a separate service and later retrieves their results. It does not write code or edit files itself.
Hook Claude Code
Runs before the agent uses a tool, executing track-usage.js via node. From leenkcool/humanasllm.
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse).
Skill Claude CodeCodex
A handoff process for sending sensitive, private, or human judgment tasks to a human engineer. It records the request and later checks whether the engineer has delivered a result.
Instructions file
Project instructions for a service that sends selected software tasks to human engineers through an API that follows the same format as OpenAI chat requests. It uses a web server, a database, login controls, and task-management screens.