8000 Comparing microsoft:main...managedcode:main · microsoft/agent-lightning · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/agent-lightning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: managedcode/agent-lightning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 334 files changed
  • 2 contributors

Commits on Nov 1, 2025

  1. start migration

    KSemenenko committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    9f5a204 View commit details
    Browse the repository at this point in the history
  2. migrations

    KSemenenko committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    b0bf425 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. Refactor LitAgentRunnerTests to support configurable chat client and …

    …options
    
    - Updated CreateAgent method to accept optional chatClient, options, and loggerFactory parameters.
    - Modified test methods to utilize enqueued rollouts and validate spans.
    - Added a new test for retrying failed rollouts with a flaky chat client.
    
    Enhance InMemoryLightningStoreTests with additional functionality
    
    - Added tests for StartRollout, StartAttempt, WaitF
    8000
    orRollouts, and GetNextSpanSequenceId methods.
    - Improved QueryRollouts to filter by status.
    
    Implement TraceToTripletAdapter for converting spans to triplet trajectories
    
    - Created TracerTraceToTripletAdapter class to handle span conversion.
    - Added logic for reward matching policies and deduplication of LLM calls.
    
    Add unit tests for TracerTraceToTripletAdapter
    
    - Implemented tests to validate token and reward projection, deduplication, and reward policies.
    
    Introduce FlakyChatClient for simulating intermittent failures in tests
    
    - Created FlakyChatClient to simulate failures before returning a successful response.
    KSemenenko committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    93ee0a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf2300 View commit details
    Browse the repository at this point in the history
  3. Remove deprecated GitHub workflows and related files

    - Deleted workflows for examples: spider, unsloth, issue comments, PyPI nightly and release, full tests, and CPU tests.
    - Cleaned up the migration plan to reflect current status and future tasks.
    - Updated LightningAgent to allow optional resourcesId parameter.
    - Added ActivityToSpanModelAdapter for converting Activity instances to SpanModel records.
    - Implemented unit tests for ActivityToSpanModelAdapter to ensure correct functionality.
    KSemenenko committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    b05b4cf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2025

  1. Pin .NET SDK 9.0.306

    KSemenenko committed Nov 7, 2025
    Configuration menu
    Copy the full SHA
    e790f65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from managedcode/codex/install-dotnet-9-and-fix…

    …-tests
    
    Pin .NET SDK 9.0.306
    KSemenenko authored Nov 7, 2025
    Configuration menu
    Copy the full SHA
    100e039 View commit details
    Browse the repository at this point in the history
Loading
0