Skip to content

Commit fb25aaf

Browse files
authored
Update README.md
1 parent 708aff0 commit fb25aaf

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@
4848
* [SoftwareTesting AI](https://softwaretesting.ai/) - A code quality platform that identifies coverage gaps and suggests how to resolve them
4949
* [DiffBlue](https://www.diffblue.com/ci-pipeline/) - Automate continuous unit testing at scale in CI
5050

51-
### Continuous Intelligence
51+
### Continuous Research
5252

53-
* [Official Claude Code GitHub Action](https://docs.anthropic.com/en/docs/claude-code/github-actions) - allows you to use Claude Code to build any custom AI workflow within Actions.
5453
* [Open Journals: Find Similar Papers](https://github.com/openjournals/find-similar-papers) - Find similar journal articles using OpenAI embeddings
5554

5655
### Continuous Team Communication
@@ -84,10 +83,16 @@ On GitHub today, Continuous AI is supported in initial form by the combination o
8483
* [GitHub Actions](https://docs.github.com/en/actions)
8584
* [GitHub Models](https://docs.github.com/en/github-models/)
8685

86+
## Agentic Frameworks
87+
88+
General-purpose software agents can be used as the basis for automated workflows
89+
90+
* [Copilot Coding Agent](https://docs.github.com/copilot/using-github-copilot/coding-agent) - "Find out how Copilot can work on GitHub issues and raise pull requests for your to review"
91+
* [Claude Code GitHub Actions](https://docs.anthropic.com/en/docs/claude-code/github-actions) - "Integrate Claude Code into your development workflow with GitHub Actions"
92+
8793
## Programming Frameworks
8894

89-
Any library that can invoke an LLM inference service could be used to create a workflow.
90-
Some of them have builtin support for GitHub Actions and/or GitHub Models.
95+
Any library that can invoke an LLM inference service could be used to create a workflow. Some of them have builtin support for GitHub Actions and/or GitHub Models.
9196

9297
### YAML (GitHub Actions Yaml)
9398

0 commit comments

Comments
 (0)