Skip to content

Commit e30ca1c

Browse files
authored
Merge branch 'main' into patch-1
2 parents f13e06e + 9c76f48 commit e30ca1c

File tree

76 files changed

+16988
-464
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+16988
-464
lines changed

.github/CODEOWNERS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
* @mme @ranst91 @ataibarkai @maxkorp @tylerslaton @NathanTarbert
22

33
sdks/community/java @pascalwilbrink
4+
docs/sdk/java @pascalwilbrink
5+
46
sdks/community/kotlin @contextablemark
7+
docs/sdk/kotlin @contextablemark
8+
59
sdks/community/go @mattsp1290
10+
docs/sdk/go @mattsp1290
11+
12+
sdks/community/dart @mattsp1290
13+
docs/sdk/dart @mattsp1290

.github/workflows/test.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,26 @@ jobs:
209209

210210
- name: Run tests
211211
run: mvn -B -ntp test
212+
213+
dart:
214+
name: Dart SDK Tests
215+
runs-on: ubuntu-latest
216+
217+
defaults:
218+
run:
219+
working-directory: sdks/community/dart
220+
221+
steps:
222+
- name: Checkout code
223+
uses: actions/checkout@v4
224+
225+
- name: Set up Dart
226+
uses: dart-lang/setup-dart@v1
227+
with:
228+
sdk: stable
229+
230+
- name: Install dependencies
231+
run: dart pub get
232+
233+
- name: Run tests
234+
run: dart test --exclude-tags requires-server

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ AG-UI was born from CopilotKit's initial partnership with LangGraph and CrewAI -
139139
| Client | Status | AG-UI Resources | Integrations |
140140
| --- | ------- | ---------------- | ------------- |
141141
| [CopilotKit]() | ✅ Supported | ➡️ [Getting Started](https://docs.copilotkit.ai/direct-to-llm/guides/quickstart) | 1st Party |
142-
| [Terminal + Agent]() | ✅ Supported | ➡️ [etting Started](https://docs.ag-ui.com/quickstart/clients) | Community |
142+
| [Terminal + Agent]() | ✅ Supported | ➡️ [Getting Started](https://docs.ag-ui.com/quickstart/clients) | Community |
143143
| [React Native]() | 🛠️ Help Wanted | ➡️ [GitHub Source](https://github.com/ag-ui-protocol/ag-ui/issues/510) | Community |
144144

145145
[View all supported frameworks →](https://docs.ag-ui.com/introduction#supported-frameworks)

0 commit comments

Comments
 (0)