• v0.1.0 8e2c0b1195

    v0.1.0 Stable

    MrScarySpaceCat released this 2024-10-03 04:27:07 +00:00 | 302 commits to master since this release

    Agent 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:

    1. MongoDB Database Name Generation: A utility function generateDatabaseName in utils/mongohelper.ts has been implemented to ensure database names are compliant with MongoDB naming conventions.
    2. Dockerfile Configuration: The Dockerfile is configured to run the bot using Deno and includes necessary dependencies for running it.
    3. 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:

    1. Test the Bot: Ensure that the bot runs smoothly within the Docker container.
    2. Expand Functionality: Start adding more features to enhance the bot’s capabilities.
    3. 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