chore(comments): add package-level content to agent package

Christian Rocha created

Change summary

internal/agent/agent.go | 7 +++++++
1 file changed, 7 insertions(+)

Detailed changes

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 (