File tree Expand file tree Collapse file tree 8 files changed +11
-312
lines changed Expand file tree Collapse file tree 8 files changed +11
-312
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ The Dart SDK supports all Dart platforms:
128128
129129## Example Application
130130
131- Explore the CLI example in the [ example directory] ( https://github.com/ag-ui/ag-ui/tree/main/sdks/community/dart/example ) :
131+ Explore the CLI example in the [ example directory] ( https://github.com/ag-ui-protocol /ag-ui/tree/main/sdks/community/dart/example ) :
132132
133133- ** CLI Tool** : Interactive command-line tool demonstrating:
134134 - Basic agent conversation
@@ -155,8 +155,8 @@ dart test test/client/client_test.dart
155155
156156## Contributing
157157
158- We welcome contributions! Please see our [ contribution guidelines] ( https://github.com/ag-ui/ag-ui/blob/main/CONTRIBUTING.md ) for details.
158+ We welcome contributions! Please see our [ contribution guidelines] ( https://github.com/ag-ui-protocol /ag-ui/blob/main/CONTRIBUTING.md ) for details.
159159
160160## License
161161
162- MIT License - see [ LICENSE] ( https://github.com/ag-ui/ag-ui/blob/main/LICENSE ) for details.
162+ MIT License - see [ LICENSE] ( https://github.com/ag-ui-protocol /ag-ui/blob/main/LICENSE ) for details.
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535- Advanced retry strategies planned for future release
3636- Event caching and offline support planned for future release
3737
38- [ 0.1.0 ] : https://github.com/mattsp1290 /ag-ui/releases/tag/dart-v0.1.0
38+ [ 0.1.0 ] : https://github.com/ag-ui-protocol /ag-ui/releases/tag/dart-v0.1.0
Original file line number Diff line number Diff line change @@ -7,17 +7,14 @@ Dart SDK for the **Agent-User Interaction (AG-UI) Protocol**.
77## Installation
88
99``` bash
10- dart pub add ag_ui --git-url=https://github.com/mattsp1290/ag-ui.git --git-path=sdks/community/dart
10+ dart pub add ag_ui
1111```
1212
1313Or add to your ` pubspec.yaml ` :
1414
1515``` yaml
1616dependencies :
17- ag_ui :
18- git :
19- url : https://github.com/mattsp1290/ag-ui.git
20- path : sdks/community/dart
17+ ag_ui : ^0.1.0
2118` ` `
2219
2320## Features
@@ -268,14 +265,8 @@ Contributions are welcome! Please:
2682654. Ensure all tests pass
2692665. Submit a pull request
270267
271- # # Related SDKs
272-
273- - TypeScript : [`@ag-ui/client`](../../typescript-sdk/)
274- - Python : [`ag-ui-protocol`](../../python-sdk/)
275- - Protocol Specification : [`docs/specification`](https://github.com/mattsp1290/ag-ui/blob/main/docs/specification.md)
276-
277268# # License
278269
279- This SDK is part of the AG-UI Protocol project. See the [main repository](https://github.com/mattsp1290 /ag-ui) for license information.
270+ This SDK is part of the AG-UI Protocol project. See the [main repository](https://github.com/ag-ui-protocol /ag-ui) for license information.
280271
281272
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11name : ag_ui
22description : Dart SDK for AG-UI protocol - standardizing agent-user interactions through event-based communication
33version : 0.1.0
4- homepage : https://github.com/mattsp1290 /ag-ui
5- repository : https://github.com/mattsp1290 /ag-ui/tree/main/sdks/community/dart
6- issue_tracker : https://github.com/mattsp1290 /ag-ui/issues
7- documentation : https://github.com/mattsp1290 /ag-ui/blob/main/sdks/community/dart/README.md
4+ homepage : https://github.com/ag-ui-protocol /ag-ui
5+ repository : https://github.com/ag-ui-protocol /ag-ui/tree/main/sdks/community/dart
6+ issue_tracker : https://github.com/ag-ui-protocol /ag-ui/issues
7+ documentation : https://github.com/ag-ui-protocol /ag-ui/blob/main/sdks/community/dart/README.md
88
99topics :
1010 - agent
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments