Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work on Logging Infrastructure #75

Open
andreashappe opened this issue Aug 2, 2024 · 0 comments
Open

Work on Logging Infrastructure #75

andreashappe opened this issue Aug 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@andreashappe
Copy link
Member

Currently agents use the attribute self._log for all logging related tasks:

@dataclass
class Logger:
    log_db: DbStorage
    console: Console
    tag: str = ""
    run_id: int = 0

in the long run, this should be a "real" python object used for logging/storing/console-output through its methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants