From a9e57f834c4396e08bfe6d0d0b8155bf23a690de Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sun, 2 Nov 2025 09:26:36 -0500 Subject: [PATCH] chore(comments): add package-level content to agent package --- internal/agent/agent.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/internal/agent/agent.go b/internal/agent/agent.go index c0f612670e7b65b1fdf38d2107ad20b560315d0a..a71073caad0ace7a15ff697e0bc4ad086f6162fd 100644 --- a/internal/agent/agent.go +++ b/internal/agent/agent.go @@ -1,3 +1,10 @@ +// Package agent is the core orchestration layer for Crush AI agents. +// +// It provides session-based AI agent functionality for managing +// conversations, tool execution, and message handling. It coordinates +// interactions between language models, messages, sessions, and tools while +// handling features like automatic summarization, queuing, and token +// management. package agent import (