Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jan 23, 2026

Motivation

Adds debug logging during agent initialization for easier debugging and tracing of agent lifecycle events.

Resolves #12

Public API Changes

No public API changes. Adds a debug-level log message in Agent.__init__():

agent_id=<my-agent>, name=<MyAssistant> | agent initialized

Add a debug log statement when an Agent is initialized to provide
more debugging information. The log includes the agent_id and name
following the structured logging format defined in AGENTS.md.
@Unshure
Copy link
Owner

Unshure commented Jan 23, 2026

/strands simplify the pr description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] add a print to agent init

3 participants