Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Agent Zero - A personal, organic agentic framework that grows and learns with you

Agent Zero - A personal, organic agentic framework that grows and learns with you

Scheduled Pinned Locked Moved App Wishlist
25 Posts 4 Posters 6.5k Views 8 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • robiR robi

    @timconsidine I like your setup, only thing I would add is something to notify the agent, vs the agent polling, burning credits. (unless that's already solved)

    timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote on last edited by timconsidine
    #16

    @robi you're right.

    I have set the task to be run only once per week, it checks for an incoming email received with a subject like "your invoice is ready" from a specific email address (the supplier).

    It only executes anything if there is a waiting email like that.

    So limited email box polling and very constrained execution scope, and no AI credits used at this point (at this stage it's not parsing or processing the downloaded invoice - just a python script).

    AI credits used in building the script, but none currently in execution.

    The script is not in the package, it needs to be built by AgentZero specifically to the Cloudron's users needs. I'm still tweaking the script, but don't mind sharing it afterwards as a generic script if anyone wants it (upload to /app/data/instruments and then tel AgentZero to build a scheduled task invoking it).

    Manual admin tasks like invoice download and processing are the bane of my life, so I was excited by what openclaw offered, but I think it can be done better in AgentZero.

    Specifically about notifying the agent, I'm just building a telegram invoked task - go get this invoice. That might be relevant to your comment.

    Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

    robiR 1 Reply Last reply
    1
    • timconsidineT timconsidine

      @robi you're right.

      I have set the task to be run only once per week, it checks for an incoming email received with a subject like "your invoice is ready" from a specific email address (the supplier).

      It only executes anything if there is a waiting email like that.

      So limited email box polling and very constrained execution scope, and no AI credits used at this point (at this stage it's not parsing or processing the downloaded invoice - just a python script).

      AI credits used in building the script, but none currently in execution.

      The script is not in the package, it needs to be built by AgentZero specifically to the Cloudron's users needs. I'm still tweaking the script, but don't mind sharing it afterwards as a generic script if anyone wants it (upload to /app/data/instruments and then tel AgentZero to build a scheduled task invoking it).

      Manual admin tasks like invoice download and processing are the bane of my life, so I was excited by what openclaw offered, but I think it can be done better in AgentZero.

      Specifically about notifying the agent, I'm just building a telegram invoked task - go get this invoice. That might be relevant to your comment.

      robiR Offline
      robiR Offline
      robi
      wrote on last edited by
      #17

      @timconsidine said in Agent Zero - A personal, organic agentic framework that grows and learns with you:

      Specifically about notifying the agent, I'm just building a telegram invoked task - go get this invoice. That might be relevant to your comment.

      Yep, like a stack of crons, one for polling the email, then another cron polling the processing of the attachments, then another to move the task to a place the agent can pick it up, and/or like you said a TG task. (not sure it needs to go out to get back in when it's all local..)

      Conscious tech

      1 Reply Last reply
      1
      • timconsidineT Offline
        timconsidineT Offline
        timconsidine
        App Dev
        wrote on last edited by
        #18

        v0.0.8 : **extended telegram bot functionality ** 🍾
        now pushed to git.cloudron.io/cloudron-agent0 and docker hub image tcmbp132021/cloudron-agent0:latest

        • /run : launch custom user scripts (no container rebuild) from your telegram app - open extensibility :
          • invoice / document downloader (send it a link) ✔
          • task manager (add/remind/complete) ?? ❓
          • <whatever you would like it to do> 🤔
        • /chat : chat with AgentZero from inside your telegram app
        • /learn : get AgentZero to memorise new info
        • /health : get AgentZero core system report

        a0-tg-bot.png

        Bonus cool : some of this was designed/built by me & my TRAE dev assistant, but some was AgentZero itself !
        Suggesting and writing changes "to itself" (well, to how the telegram bot could be better deployed inside AgentZero).
        Self-healing, self-extending apps around the corner !

        Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

        1 Reply Last reply
        3
        • timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote on last edited by timconsidine
          #19

          v0.1.6 : ensured MCP servers work, resolved searx dependency

          now pushed to git.cloudron.io/cloudron-agent0 and docker hub image tcmbp132021/cloudron-agent0:latest (aka v0.1.6)

          Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

          1 Reply Last reply
          2
          • timconsidineT Offline
            timconsidineT Offline
            timconsidine
            App Dev
            wrote on last edited by
            #20

            v0.1.12 : fixed searx issue, now using Brave Search API key

            now pushed to git.cloudron.io/cloudron-agent0 and docker hub image tcmbp132021/cloudron-agent0:latest (aka v0.1.12)

            Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

            1 Reply Last reply
            2
            • timconsidineT Offline
              timconsidineT Offline
              timconsidine
              App Dev
              wrote on last edited by
              #21

              I'm calling this a v1.0.0 package
              I may add/tweak something later, but I'm now using this as a production tool.

              Currently I like it more than openclaw (clawdebot, moltbot).
              But returning to work on my package of openclaw, and will reconsider which is better when openclaw package is complete.

              I really like Agent Zero support for Telegram, and a relatively easy addition of new skills and tasks using the /run xxx structure.

              My testing and live usage has mostly been with my selfhosted Ollama instance which is configured with ollama cloud models (so large models run on ollama servers). Seems low cost and large power).
              If you test with other providers and issues found, let me know.

              It's a big image (3.9Gb), so make sure you have disk space. But it installs quite quickly.
              Make you set memory for your installation quite high - I have 4Gb and maybe will bump a little higher for production use.

              Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

              1 Reply Last reply
              3
              • marcusquinnM marcusquinn referenced this topic on
              • timconsidineT Offline
                timconsidineT Offline
                timconsidine
                App Dev
                wrote on last edited by
                #22

                Packaged upstream 0.9.8.2 as a Community App

                https://forum.cloudron.io/post/122050

                Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

                1 Reply Last reply
                3
                • timconsidineT Offline
                  timconsidineT Offline
                  timconsidine
                  App Dev
                  wrote on last edited by
                  #23

                  There are some 'breaking changes' on AgentZero from my last community app package. Their v1.15 uses a different architecture.

                  Deciding now on how to support 'migration' from old app to new app.

                  If anyone out there is using my CommunityApp, please do let me know.

                  It might influence how I handle migration ... or whether I even bother and just start fresh (yes, very lazy, but ultimately pragmatic).

                  Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

                  1 Reply Last reply
                  2
                  • timconsidineT Offline
                    timconsidineT Offline
                    timconsidine
                    App Dev
                    wrote last edited by
                    #24

                    I have updated my community app for AgentZero to upstream v1.20.

                    There were too many breaking changes between the original version, so I packaged fresh (almost), trashed my original install and installed fresh instance.

                    Much nicer interface in 1.20, more hand-holding for setup.

                    Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

                    1 Reply Last reply
                    4
                    • timconsidineT Offline
                      timconsidineT Offline
                      timconsidine
                      App Dev
                      wrote last edited by
                      #25

                      Grrr - they dropped upstream 2.0
                      Having a bash at packaging it

                      Indie app dev, huge fan of Cloudron PaaS, scratching my itches : communityapps.appx.uk

                      1 Reply Last reply
                      1

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search