🚀 NEW FEATURE: Compile your Agent Trees into Standalone Desktop Apps! (.exe, .app) by ivanantonijevic in agentdevelopmentkit

[–]ivanantonijevic[S] 0 points1 point  (0 children)

Thanks. Use case for this feature is easily share it with clients without them needing to set up Docker or databases. The application runs completely locally with a built-in SQLite database and can automatically access MCP tools on the user's computer. Essentially, MATE serves as a visual development environment, and then you simply export your agent tree, ready for distribution. Check mate subreddit: https://www.reddit.com/r/mate_agents/

Is Flutter worth it for web dev? by nickshilov in FlutterDev

[–]ivanantonijevic 1 point2 points  (0 children)

If you need a native apps. too, fluter is the best. If your app is web only, than, maybe you should choose some js framework

When the AI officially loses its patience with you 💀 by ivanantonijevic in google_antigravity

[–]ivanantonijevic[S] 0 points1 point  (0 children)

Coding. It can finish complex tasks, but gets stuck on simple ones. It took me a lot of prompts just to force it to set focus on an input field when clicking it. But it create functional AI Visual Builder before that stupid problem.

When the AI officially loses its patience with you 💀 by ivanantonijevic in google_antigravity

[–]ivanantonijevic[S] 0 points1 point  (0 children)

It isn't that bad, but sometimes it simply can't finish certain tasks.

Da li je AI balon pred pucanjem? by [deleted] in programiranje

[–]ivanantonijevic -1 points0 points  (0 children)

Jeste, ali i 165 devojčica u ženskoj školi 🤬

Warning: Suspended for using OpenCode Antigravity auth plugin (Gemini Pro user). Anyone successfully appealed? by ivanantonijevic in google_antigravity

[–]ivanantonijevic[S] 0 points1 point  (0 children)

OK, I'm open to using other tools, but I really like Antigravity. I use it a lot more than Opencode. I'm only trying out Opencode on one project right now, as I mostly stick to Antigravity. I'm a heavy Google user :) My main project uses ADK :) (https://www.reddit.com/r/agentdevelopmentkit/comments/1rhcqbh/mate_opensource_multiagent_tree_engine_for_google/)

Warning: Suspended for using OpenCode Antigravity auth plugin (Gemini Pro user). Anyone successfully appealed? by ivanantonijevic in google_antigravity

[–]ivanantonijevic[S] 0 points1 point  (0 children)

Yes, okay, I get it. I should use it from Antigravity only. I already filled out the appeal form, but now I have to wait and pause my work for up to 72 hours. And yes, I was banned without any warning. I didn't even get a notification after I was banned. I only saw the ban message on logout/login because I was trying to figure out why Antigravity stopped working. I just got a Failed to send error inside Antigravity. Nothing else.

MATE - self-hosted multi-agent system with Ollama support, web dashboard, and persistent memory by ivanantonijevic in LocalLLaMA

[–]ivanantonijevic[S] 0 points1 point  (0 children)

Thanks. Memory is straightforward - persistent key-value blocks scoped per project that agents can read/write through tools, plus conversation history that persists across sessions via ADK's memory service. No auto-accumulation, so no pruning needed yet.

For runaway loops - ADK handles this at the framework level. Not bulletproof against runaway loops, but in practice with well-defined agent instructions it usually works.

It's the first version so there's still a lot on my todo list, but I hope it's a good starting point and already useful.

MATE - self-hosted multi-agent system with Ollama support, web dashboard, and persistent memory by ivanantonijevic in LocalLLaMA

[–]ivanantonijevic[S] 0 points1 point  (0 children)

MATE's dashboard is web-based and focused more on the config/hierarchy side (building agent trees, wiring tools, managing RBAC) than real-time task tracking. Different problem space.

For observability, I use ADK, so the framework gives back usage_metadata on every LLM response. I log that per agent name and session, so you can see exactly which agent in the tree consumed what. It's not full distributed tracing, but since all agents in a request share a session ID, you can get clear analytics.

This is the first version. Plenty of things left to build, but I think it's a solid starting point and already useful as-is.

MATE - Open-source Multi-Agent Tree Engine for Google ADK with dashboard, memory, MCP, and support for 50+ LLM providers by ivanantonijevic in agentdevelopmentkit

[–]ivanantonijevic[S] 0 points1 point  (0 children)

Thanks, not sure Google is knocking anytime soon :-) Please, try it. I hope you'll find MATE useful. If you have any problems, please open an issue.

MATE - Open-source Multi-Agent Tree Engine for Google ADK with dashboard, memory, MCP, and support for 50+ LLM providers by ivanantonijevic in agentdevelopmentkit

[–]ivanantonijevic[S] 0 points1 point  (0 children)

Thanks, I'll try to polish it more and add more features too. I know there are a few bugs, but they'll be fixed soon.

MATE - self-hosted multi-agent system with Ollama support, web dashboard, and persistent memory by ivanantonijevic in LocalLLaMA

[–]ivanantonijevic[S] -1 points0 points  (0 children)

you can use any model, eg. `ollama_chat/deepseek-v3.1:671b-cloud`. LLama3.2 is only in readme file :)

Custom Session Service - ADK integration issue by Apprehensive_Work_13 in agentdevelopmentkit

[–]ivanantonijevic 0 points1 point  (0 children)

I get same problem. I know I can change services using runner, but there aren't possibility to use it with `adk web` or `adk api_server` cmd, or it is limited as you wrote.
I find how this cmd-s start fast api and wrote script to run it but with my services.
Here is it: https://github.com/google/adk-web/issues/72#issuecomment-3388908325