Commit Graph

2 Commits

  • Python: Added Copilot Studio Agent (#722)
    * Small fix in dotnet conformance tests
    
    * Added CopilotStudioAgent implementation
    
    * Added examples
    
    * Updated package README
    
    * Small fixes
    
    * Small improvements
    
    * Fixed dotnet tests
    
    * Add unit tests
    
    * Updated tests
    
    * Small updates
    
    * Small test fixes
    
    * Revert "Small test fixes"
    
    This reverts commit 983ac44a70.
    
    * Small fixes in documentation
    
    * Updated test configuration
    
    * Revert "Updated test configuration"
    
    This reverts commit 2a16fea815.
    
    * Small fix
    
    * Reverted TODO item
    
    * Small suppressions
    
    * More fixes
    
    * Small fixes
    
    * Fixed tests
    
    * Removed disallow_any_unimported rule in all packages
    
    * Fixes
  • Python: Add Python agent runtime project infrastructure (#563)
    * Add Python agent runtime project infrastructure.
    
    * lint.
    
    * Rename agent_runtime dir to agent_framework_runtime.
    
    * fix uv.lock
    
    * Update pyproject for rename.
    
    * Update python/packages/runtime/agent_framework_runtime/agent_actor.py
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    
    * Add runtime package to workspace and optional dependencies.
    
    ---------
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>