-
v3.0.3 Stable
released this
2025-12-23 03:45:05 +00:00 | 58 commits to master since this releasechange dependency versions again lmfao
Full Changelog: https://github.com/ClowderTech/agent-kitten/compare/v3.0.2...v3.0.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v3.0.2 Stable
released this
2025-12-21 19:42:59 +00:00 | 59 commits to master since this releaseUpdate dependency versions
Full Changelog: https://github.com/ClowderTech/agent-kitten/compare/v3.0.1...v3.0.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v3.0.1 Stable
released this
2025-12-13 13:09:53 +00:00 | 61 commits to master since this releaseAdd graceful shutdown and change docker base image versions
Full Changelog: https://github.com/ClowderTech/agent-kitten/compare/v3.0.0...v3.0.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v3.0.0 Stable
released this
2025-12-13 11:54:55 +00:00 | 63 commits to master since this releaseI'm gonna try to actually version this (probably not gonna do much but ok lol)
- Rewrote to Rust from Typescript from Python
- whatever else...
Full Changelog: https://github.com/ClowderTech/agent-kitten/compare/v0.1.0...v3.0.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.1.0 Stable
released this
2024-10-03 04:27:07 +00:00 | 302 commits to master since this releaseAgent Kitten Release Notes - Version 0.1.0
Released on October 3, 2024
Full Changelog: https://github.com/ClowderTech/agent-kitten-v2/commits/v0.1.0
Overview
This version marks the initial release of Agent Kitten, a powerful and versatile bot designed to streamline tasks and operations.Highlights:
- Initial setup for running the bot within a Docker container.
- Basic functionality to generate MongoDB database names based on bot names.
- Integration with Deno for executing the bot's main logic (
src/index.ts). - Setup for pushing images to GitHub Container Registry (GHCR).
Features Added:
- MongoDB Database Name Generation: A utility function
generateDatabaseNameinutils/mongohelper.tshas been implemented to ensure database names are compliant with MongoDB naming conventions. - Dockerfile Configuration: The Dockerfile is configured to run the bot using Deno and includes necessary dependencies for running it.
- GitHub Actions Setup: A GitHub Workflow (
docker-publish.yml) is in place to automate the build, push, and sign processes of Docker images.
Known Issues:
- This release is still in its early stages and may have some bugs or limitations. Please report any issues you encounter so we can address them quickly.
- The bot's functionality for running tasks or interacting with services has not been fully developed yet and will be added in future releases.
Next Steps:
- Test the Bot: Ensure that the bot runs smoothly within the Docker container.
- Expand Functionality: Start adding more features to enhance the bot’s capabilities.
- Improve Documentation: Add detailed documentation for users on how to run and configure the bot.
If you have any questions or need assistance, feel free to reach out to our support team.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads