Skip to content

Conversation

@leonidb
Copy link
Collaborator

@leonidb leonidb commented Jul 23, 2025

Related Issues

Fixes #95

@leonidb leonidb force-pushed the fix-link-to-Loading-Conversation-notebook branch from d6565cd to ab1a309 Compare July 23, 2025 14:06
@leonidb leonidb requested review from ErikLagerSB and Copilot July 23, 2025 14:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a broken link in the README.md file that was referencing a non-existent notebook file, addressing issue #95. The change updates the link from load_conversations_from_csv.ipynb to the correct filename loading_conversations.ipynb.

  • Updates README documentation to fix broken notebook link
  • Standardizes Discord badge styling across README files
  • Updates notebook execution timestamps and output data from re-running examples

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
agentune_simulate/README.md Fixes broken link to loading conversations notebook and updates Discord badge
README.md Updates Discord badge styling for consistency
agentune_simulate/examples/persistent_storage_example.ipynb Updates execution timestamps and output from re-running the notebook
agentune_simulate/agentune/simulate/models/results.py Adds support for displaying conversations without outcomes in summary

"output_file = \"chroma_simulation_results.json\"\n",
"chroma_result.save_to_file(output_file)\n",
"print(f\"\\n✓ Results saved to {Path(output_file).absolute()}\")"
"print(f\"\\n✓ Results saved to {Path(output_file).resolve().relative_to(Path('../../').resolve())}\")"
Copy link
Contributor

Choose a reason for hiding this comment

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

This is to anonymize the path?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To remove the part specific to the machine

@leonidb leonidb merged commit 7b31f99 into main Jul 23, 2025
1 check passed
@leonidb leonidb deleted the fix-link-to-Loading-Conversation-notebook branch July 23, 2025 14:51
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.

Link to Loading Conversations notebook is broken

3 participants