Skip to content

Simplify print logic in examples #80

@SparkssL

Description

@SparkssL

By looking at the code examples, I feel the use of print_panel and print_send_message_result is a bit mixed in with the core agent logic.

These functions are meant for UI/visual feedback, but placing them directly alongside client_node.send_message(...) can be confusing — it makes them look like part of the required messaging flow, which they’re not.

It would be cleaner to separate the printing from the core behavior, or at least make it optional (e.g., with a verbose=True flag).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions