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

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

Merged
merged 1 commit into from
Oct 24, 2024

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
Collaborator

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 merged commit faebda0 into main Oct 24, 2024
4 checks passed
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)
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