-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(agents): **EXPERIMENTAL** Agents in Swiftide #463
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timonv
force-pushed
the
feat/swiftide-agents
branch
from
December 10, 2024 20:57
16fc90e
to
e6985cc
Compare
timonv
force-pushed
the
feat/swiftide-agents
branch
from
December 11, 2024 08:48
b79e5f6
to
16531dd
Compare
timonv
force-pushed
the
feat/swiftide-agents
branch
from
December 11, 2024 15:21
f0dcfd3
to
48a711a
Compare
Merged
timonv
pushed a commit
that referenced
this pull request
Dec 11, 2024
## 🤖 New release * `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `swiftide` <blockquote> ## [0.14.4](v0.14.3...v0.14.4) - 2024-12-11 ### New features - [7211559](7211559) *(agents)* **EXPERIMENTAL** Agents in Swiftide (#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](3751f49) *(query)* Add support for single embedding retrieval with PGVector (#406) ### Miscellaneous - [5ce4d21](5ce4d21) Clippy and deps fixes for 1.83 (#467) **Full Changelog**: 0.14.3...0.14.4 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
shamb0
pushed a commit
to shamb0/swiftide
that referenced
this pull request
Dec 14, 2024
Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉
shamb0
pushed a commit
to shamb0/swiftide
that referenced
this pull request
Dec 14, 2024
## 🤖 New release * `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `swiftide` <blockquote> ## [0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4) - 2024-12-11 ### New features - [7211559](bosun-ai@7211559) *(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](bosun-ai@3751f49) *(query)* Add support for single embedding retrieval with PGVector (bosun-ai#406) ### Miscellaneous - [5ce4d21](bosun-ai@5ce4d21) Clippy and deps fixes for 1.83 (bosun-ai#467) **Full Changelog**: bosun-ai/swiftide@0.14.3...0.14.4 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Closed
shamb0
pushed a commit
to shamb0/swiftide
that referenced
this pull request
Dec 17, 2024
* `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> [0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4) - 2024-12-11 - [7211559](bosun-ai@7211559) *(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](bosun-ai@3751f49) *(query)* Add support for single embedding retrieval with PGVector (bosun-ai#406) - [5ce4d21](bosun-ai@5ce4d21) Clippy and deps fixes for 1.83 (bosun-ai#467) **Full Changelog**: bosun-ai/swiftide@0.14.3...0.14.4 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
shamb0
pushed a commit
to shamb0/swiftide
that referenced
this pull request
Dec 20, 2024
* `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> [0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4) - 2024-12-11 - [7211559](bosun-ai@7211559) *(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](bosun-ai@3751f49) *(query)* Add support for single embedding retrieval with PGVector (bosun-ai#406) - [5ce4d21](bosun-ai@5ce4d21) Clippy and deps fixes for 1.83 (bosun-ai#467) **Full Changelog**: bosun-ai/swiftide@0.14.3...0.14.4 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
shamb0
pushed a commit
to shamb0/swiftide
that referenced
this pull request
Dec 20, 2024
* `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> [0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4) - 2024-12-11 - [7211559](bosun-ai@7211559) *(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](bosun-ai@3751f49) *(query)* Add support for single embedding retrieval with PGVector (bosun-ai#406) - [5ce4d21](bosun-ai@5ce4d21) Clippy and deps fixes for 1.83 (bosun-ai#467) **Full Changelog**: bosun-ai/swiftide@0.14.3...0.14.4 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
shamb0
pushed a commit
to shamb0/swiftide
that referenced
this pull request
Dec 20, 2024
* `swiftide`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-agents`: 0.14.3 -> 0.14.4 * `swiftide-core`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-macros`: 0.14.3 -> 0.14.4 * `swiftide-integrations`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-indexing`: 0.14.3 -> 0.14.4 (✓ API compatible changes) * `swiftide-query`: 0.14.3 -> 0.14.4 (✓ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> [0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4) - 2024-12-11 - [7211559](bosun-ai@7211559) *(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463) ````text Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in `/examples`, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon. Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more. Besides documentation, expect a big release for what we build this for soon! 🎉 ```` - [3751f49](bosun-ai@3751f49) *(query)* Add support for single embedding retrieval with PGVector (bosun-ai#406) - [5ce4d21](bosun-ai@5ce4d21) Clippy and deps fixes for 1.83 (bosun-ai#467) **Full Changelog**: bosun-ai/swiftide@0.14.3...0.14.4 </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Agents are coming to Swiftide! We are still ironing out all the kinks, while we make it ready for a proper release. You can already experiment with agents, see the rustdocs for documentation, and an example in
/examples
, and feel free to contact us via github or discord. Better documentation, examples, and tutorials are coming soon.Run completions in a loop, define tools with two handy macros, customize the agent by hooking in on lifecycle events, and much more.
Besides documentation, expect a big release for what we build this for soon! 🎉