Skip to content

Tags: dominicnieto/SwiftAgent

Tags

0.8.0

Toggle 0.8.0's commit message
Update CHANGELOG

Updated changelog with breaking changes and new features.

0.7.2

Toggle 0.7.2's commit message
Merge branch 'develop'

0.7.1

Toggle 0.7.1's commit message
Merge branch 'develop'

0.7.0

Toggle 0.7.0's commit message
Merge branch 'develop'

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1 from SwiftedMind/develop

0.5.0

Toggle 0.5.0's commit message
update README.md

0.4.1

Toggle 0.4.1's commit message
Update changelog

0.4.0

Toggle 0.4.0's commit message
Update readme

0.3.0

Toggle 0.3.0's commit message
✨ feat: implement comprehensive network request/response logging

- Add NetworkLog utility for HTTP request and response logging
- Integrate logging into HTTPClient for all network operations
- Add public API in AgentConfiguration to enable/disable network logging
- Log requests, responses, and retry attempts for better debugging
- Support configurable logging through main actor API

0.2.0

Toggle 0.2.0's commit message
Add documentation to PromptBuilder