-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Add iflytek repositories to collections #5099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,8 @@ | ||||||||||||||
| --- | ||||||||||||||
| items: | ||||||||||||||
| - iflytek/astron-agent | ||||||||||||||
| - iflytek/iFly-Skills | ||||||||||||||
| - iflytek/skillhub | ||||||||||||||
| display_name: AI Agents | ||||||||||||||
| --- | ||||||||||||||
| Frameworks and skill libraries for building AI agents that can reason, plan, and take actions autonomously. | ||||||||||||||
|
Comment on lines
+6
to
+8
|
||||||||||||||
| display_name: AI Agents | |
| --- | |
| Frameworks and skill libraries for building AI agents that can reason, plan, and take actions autonomously. | |
| display_name: Astron/iFlytek AI Agents | |
| --- | |
| Frameworks and skill libraries from the Astron/iFlytek ecosystem for building AI agents that can reason, plan, and take actions autonomously. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| items: | ||
| - iflytek/astron-rpa | ||
| display_name: Robotic Process Automation | ||
| --- | ||
| Tools and frameworks for automating repetitive tasks and business processes using software robots. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| items: | ||
| - iflytek/astronclaw-tutorial | ||
| display_name: Tutorials | ||
| --- | ||
| Hands-on tutorials and learning resources for developers to build practical skills with real-world projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONTRIBUTING.md asks to limit each pull request to the creation/updating of one topic or collection, but this PR adds/updates multiple collections (ai-agents, robotic-process-automation, tutorials). Please split this into separate PRs so each collection change can be reviewed and discussed independently.