Skip to content

add instructions how to integrate new agents#410

Draft
Soph wants to merge 2 commits intomainfrom
soph/agent-integration-instructions
Draft

add instructions how to integrate new agents#410
Soph wants to merge 2 commits intomainfrom
soph/agent-integration-instructions

Conversation

@Soph
Copy link
Collaborator

@Soph Soph commented Feb 18, 2026

Adds instruction how to implement new agents, should be usable for humans and agents.

Entire-Checkpoint: 0a2fbbf5705f
Copilot AI review requested due to automatic review settings February 18, 2026 14:05
@cursor
Copy link

cursor bot commented Feb 18, 2026

PR Summary

Low Risk
Documentation-only change with no runtime or behavioral impact on the CLI.

Overview
Adds a new docs/architecture/agent-guide.md that documents how to integrate new agents into the Entire CLI, including the required Agent interface methods, how to map native hooks via ParseHookEvent, and how to register agents.

The guide also covers optional interfaces (hooks installation, transcript analysis, token usage, subagent extraction, file watching), recommended hook-install patterns, transcript chunking/reassembly guidance, common pitfalls, and example code + test templates for a minimal agent skeleton.

Written by Cursor Bugbot for commit b872ee4. Configure here.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new architecture guide documenting how to implement and integrate new AI agents into Entire CLI’s agent abstraction layer (hooks → normalized lifecycle events → framework orchestration), intended to be usable by both humans and agents.

Changes:

  • Introduces a comprehensive “Agent Implementation Guide” covering required agent.Agent methods, optional interfaces, and event mapping.
  • Provides implementation templates for an example agent package (types, lifecycle parsing, hook installation patterns, and tests).
  • Documents transcript formats (JSONL/JSON), chunking helpers, and common pitfalls (repo root handling, go-git caveats, nil-event behavior).

Entire-Checkpoint: 08469727aeed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments