connectonion CLAUDE.md

connectonion CLAUDE.md is an instructions file for coding agents from openonion/connectonion. It costs 5,757 tokens per session, scanned A, original, Apache-2.0.

A project guide for ConnectOnion, a Python framework for building AI agents with tools, language models, logging, and collaboration features. It explains the main components and patterns used in that codebase.

In plain words
What is it for?
Use it when exploring, modifying, or reviewing ConnectOnion's agent system, language-model integrations, tool execution, logging, and related components.
Why use it?
It gives a coding agent the project context needed to work consistently with ConnectOnion. Without it, changes may overlook the framework's architecture or established conventions.

Instructions file

About the project

ConnectOnion is an open-source, template-first toolkit for building, debugging, deploying, and operating AI agents. Developers use its command-line tools and Python runtime to create agents, add tools, connect services, deploy them, and make them callable by other agents, while the catalogue entries are related agents, skills, and instructions.

openonion/connectonion · 1,481 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/openonion/connectonion/claude-md
Clone the repo
git clone --depth 1 https://github.com/openonion/connectonion

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for connectonion CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/openonion/connectonion/claude-md.svg)](https://agentmods.dev/instructions/openonion/connectonion/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/openonion/connectonion/claude-md"><img src="https://agentmods.dev/badge/instructions/openonion/connectonion/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,757 This file is loaded in full into every session.
When invoked 5,757 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.05757 $0.05757
Opus 5 $0.02878 $0.02878
Sonnet 5 $0.01151 $0.01151
Haiku 4.5 $0.00576 $0.00576

Measured 5d ago against content hash 6abbc3bcef15, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

connectonion CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 500 lines

How it starts

The opening of the file, as written. The whole thing — 500 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

ConnectOnion is a Python framework for creating AI agents with automatic activity logging, interactive debugging, and multi-agent collaboration. Philosophy: "Keep simple things simple, make complicated things possible" - simple 2-line agent creation, but production-ready with trust verification, event system, and plugin architecture.

Architecture

Core Components

  • Agent (connectonion/core/agent.py): Main orchestrator with LLM integration, tool execution, event system, and trust verification
  • LLM (connectonion/core/llm.py): Unified abstraction supporting OpenAI, Anthropic, Gemini, and managed keys via factory pattern
  • Tool Executor (connectonion/core/tool_executor.py): Executes tools with xray context injection, timing, error handling, and trace recording
  • Tool Factory (connectonion/core/tool_factory.py): Converts Python functions to OpenAI-compatible tool schemas automatically
  • Logger (connectonion/logger.py): Unified logging facade (terminal + plain text + YAML sessions) with quiet and log parameters
  • Console (connectonion/console.py): Low-level terminal output with Rich formatting (used internally by Logger)
  • Events (connectonion/core/events.py): Lifecycle hooks (after_user_input, before_iteration, after_iteration, before_llm, after_llm, before_each_tool, before_tools, after_each_tool, after_tools, on_error, on_agent_ready, on_complete, on_stop_signal)
  • Trust System (connectonion/network/trust/): Three-level verification (open/careful/strict) with custom policy support
  • XRay Debug (connectonion/debug/xray.py): Runtime context injection for interactive debugging with @xray decorator

Key Design Patterns

Tool System
  • Function-based (recommended): Regular Python functions auto-convert to tools via type hints and docstrings
  • Class-based (legacy): Inherit from Tool base class with explicit schemas
  • Auto-conversion: create_tool_from_function() inspects signatures and generates OpenAI schemas

Read the full file on GitHub · 500 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 500 lines · 5,757 tokens per session scan A 6abbc3bcef15

Subscribe to this mod's changes

connectonion CLAUDE.md is an instructions file published in the GitHub repository openonion/connectonion (1,481 stars, last pushed today), licensed Apache-2.0. It adds 5,757 tokens to every session, about $0.0288 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.