chore: add tracing option to run and group traces under session name#187
Merged
chore: add tracing option to run and group traces under session name#187
Conversation
01405ca to
404016c
Compare
lifeizhou-ap
approved these changes
Oct 24, 2024
lamchau
reviewed
Oct 24, 2024
src/goose/cli/main.py
Outdated
| def run(message_file: Optional[str], profile: str, log_level: str, resume_session: bool = False) -> None: | ||
| @click.option("--tracing", is_flag=True, required=False) | ||
| def run( | ||
| message_file: Optional[str], profile: str, log_level: str, resume_session: bool = False, tracing: bool = False |
Contributor
There was a problem hiding this comment.
:nit: this method signature is a little long if we add a trailing comma ruff will forcibly newline all of these (e.g. tracing: bool = False,)
lamchau
approved these changes
Oct 24, 2024
baxen
approved these changes
Oct 24, 2024
404016c to
f7d7aed
Compare
lifeizhou-ap
added a commit
that referenced
this pull request
Oct 30, 2024
* main: chore: housekeeping (#202) feat: reduce tool entrypoints in synopsis for text editor, bash, process manager (#191) feat: list moderators (#204) chore: Minor changes in providers envs logic (#161) chore: add `.vscode` workspace settings and suggested extensions (#200) feat: license checker (#201) feat: include new anthropic model in docs and recommended config (#198) feat: tiny change so you know what processing is doing (#196) docs: correct intellij link (#197) docs: remove small duplication (#194) chore: add tracing option to run and group traces under session name (#187) docs: fix mkdocs, update to new references (#193)
ahau-square
pushed a commit
that referenced
this pull request
May 2, 2025
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding tracing to the run cli command and grouping traces under the session name for easier tracking