Skip to content

Commit ef8e5b7

Browse files
committed
vibe code cleanup
1 parent 31d6d06 commit ef8e5b7

File tree

8 files changed

+11
-312
lines changed

8 files changed

+11
-312
lines changed

docs/sdk/dart/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

sdks/community/dart/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

sdks/community/dart/README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff 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

1313
Or add to your `pubspec.yaml`:
1414

1515
```yaml
1616
dependencies:
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:
268265
4. Ensure all tests pass
269266
5. 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

sdks/community/dart/example/test/example_test.dart

Lines changed: 0 additions & 10 deletions
This file was deleted.

sdks/community/dart/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: ag_ui
22
description: Dart SDK for AG-UI protocol - standardizing agent-user interactions through event-based communication
33
version: 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

99
topics:
1010
- agent

sdks/community/dart/scripts/run_integration_tests.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

sdks/community/dart/scripts/start_test_server.sh

Lines changed: 0 additions & 69 deletions
This file was deleted.

sdks/community/dart/test/integration/README.md

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)