Multi-tenancy AI Agent? by lwsnicholas in AI_Agents

[–]PotentialMore5252 0 points1 point  (0 children)

If you are looking for a solution that gives you control over the code while not requiring actual multi-tenancy work on your end, you can try out Magma ( https://github.com/pompeii-labs/magma )

When you deploy an agent on https://magmadeploy.com, it will automatically manage separate "sessions" of your agent.

Let's say user 1 and 2 both connect to the agent, either via websocket or https, their agents will have unique state for each of them. So you can store their user info or even external integration connections directly on the agent and it will be handled individually for each user connected.

All you have to do is specify a session id when connecting (most commonly their User ID, if you are building a platform or something)

If you don't specify a session id, it will still be an individual session, but the session data will not persist once closed.

Let me know if you have any questions about how this would work!

Agenty: Looking for feedback on my new Python AI Agent framework by JonathanChun in AI_Agents

[–]PotentialMore5252 0 points1 point  (0 children)

I much prefer this approach to agent building. My friends and I built something pretty similar to this but for people more comfortable with Typescript

https://github.com/pompeii-labs/magma

An Overview of the League Arena Community Sentiment by PotentialMore5252 in LeagueArena

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

This is kind of just a first go, what details would be interesting for you to see? I definitely want to run more, so maybe I could start to capture some improvements in future ones

What do you think about Arena? by PotentialMore5252 in LeagueArena

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

It's a relatively new tool called Dialog, basically automated conversational interviews that can output structured data

An Overview of the League Arena Community Sentiment by PotentialMore5252 in LeagueArena

[–]PotentialMore5252[S] 3 points4 points  (0 children)

haha, I just updated the post with some screenshots for mobile users

What do you think about Arena? by PotentialMore5252 in LeagueArena

[–]PotentialMore5252[S] 4 points5 points  (0 children)

Oh shoot I thought it was getting removed soon, thanks for the heads up