Skip to content

Comments

chore: add tracing option to run and group traces under session name#187

Merged
zakiali merged 1 commit intomainfrom
zaki/langfuse-option-on-run
Oct 24, 2024
Merged

chore: add tracing option to run and group traces under session name#187
zakiali merged 1 commit intomainfrom
zaki/langfuse-option-on-run

Conversation

@zakiali
Copy link
Collaborator

@zakiali zakiali commented Oct 23, 2024

Adding tracing to the run cli command and grouping traces under the session name for easier tracking

@zakiali zakiali force-pushed the zaki/langfuse-option-on-run branch 2 times, most recently from 01405ca to 404016c Compare October 23, 2024 18:13
@zakiali zakiali changed the title Add tracing option to run and group traces under session name chore: add tracing option to run and group traces under session name Oct 23, 2024
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: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,)

@zakiali zakiali force-pushed the zaki/langfuse-option-on-run branch from 404016c to f7d7aed Compare October 24, 2024 23:34
@zakiali zakiali merged commit faebda0 into main Oct 24, 2024
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)
@yingjiehe-xyz yingjiehe-xyz deleted the zaki/langfuse-option-on-run branch February 5, 2025 21:12
cbruyndoncx pushed a commit to cbruyndoncx/goose that referenced this pull request Jul 20, 2025
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.

4 participants