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: dxpython/SharpAIKit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: dxpython/SharpAIKit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 23 files changed
  • 2 contributors

Commits on Dec 25, 2025

  1. Add package download link to README

    Added package download link for SharpAIKit.
    dxpython authored Dec 25, 2025
    Configuration menu
    Copy the full SHA
    feb17c6 View commit details
    Browse the repository at this point in the history
  2. Release v0.3.0: Architecture improvements and new features

    - Add StrongContext for type-safe data passing
    - Implement modular architecture (IPlanner, IToolExecutor, IMemory)
    - Add LLM middleware system (Retry, RateLimit, Logging, CircuitBreaker)
    - Enhance Graph engine with state persistence, parallel execution, and events
    - Add OpenAPI tool generation
    - Integrate OpenTelemetry support
    - Add structured logging
    - Implement Fluent API for graph building
    - Add pre-built templates (ReAct, MapReduce, Reflection)
    - Update all documentation
    - Add comprehensive test suite
    dxpython committed Dec 25, 2025
    Configuration menu
    Copy the full SHA
    6d71d37 View commit details
    Browse the repository at this point in the history
  3. chore: update code and docs

    dxpython committed Dec 25, 2025
    Configuration menu
    Copy the full SHA
    3508d4e View commit details
    Browse the repository at this point in the history
Loading