Latest #agent Threads Top

mikehostetler
I’m excited to announce Jido, a framework providing foundational primitives for building autonomous agent systems in Elixir. While develo...
New
Trini
what happens is that i am receiving binary data in my (speech recognition) application, but after some time, heap overflow occurs. I thou...
New
Astarno
Hi there, I have a curiousity question. I know there are different abstractions built on top of Process, such as Agent, GenServer, Regis...
New
arthurcolle
I have been writing a library DeribitApi on hex.pm. Forked from @gabrielpra1 (on GitHub - will refer to as GP1)'s original deribit v2 HTT...
New
Exadra37
The Elixir documentation for start_link(module, fun, args, options \\ []) doesn’t have any example on how to use it: @spec start_link(mo...
New
NaN
defmodule App.Agent do use Agent def start do Agent.start_link(fn -> %{} end, name: __MODULE__) end end Using the above, i...
New
Exadra37
After some months out of Elixir I am trying to refresh my knowledge on it, therefore I am going through the Elixir for Programmers 2 from...
New
romenigld
I am doing the code gnome course (which the application is a Hangman) and I tried to start a module with Application which uses an Agent ...
New
gus
Hi all, I am having some trouble finding resources on how to use Process.send_after/4 to update an Agent. I’m exploring a use case where...
New
aegatlin
I have an Agent and an infinite-running static Task that are application-supervised on startup. The Task is generating an array of number...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

Last Three Year's Trending Top

thorsten-michael
What is the idomatic way to process tree data structures in Elixir? I have a database table that holds a ton of rows which define a hie...
New
mikehostetler
I’m excited to announce Jido, a framework providing foundational primitives for building autonomous agent systems in Elixir. While develo...
New
vshesh
I have a situation where I have a pubsub, and a process receiving events from that pubsub. I want the receiving process to update some s...
New

Trending Over Three Years Top

Qqwy
I am working on a simple introduction talk to OTP. One of the things I myself am wondering about, however, is when Agent is useful and wh...
New
tap349
Good day! I searched the forum for similar questions but couldn't find exactly what I need. I use Agent process to store shared read-...
New
Qqwy
The more I read about Elixir's and Erlang's actor-model-based functionality, the more I am in love. One thing I am wondering about, is ...
New
brainbag
I am using an Agent for state. Nothing I have tried for asserting an ArgumentError raised in the Agent has worked! The test fails and the...
New
washeku
I want to create a bunch of background jobs dynamically. A job should run at most N minutes, strictly, and then kill itself. It'll check...
New
lalo2302
Hi guys! I am facing a problem where I need to spawn multiple processes, and I have to keep a counter about every process. The counter n...
New
zerogvt
Hi all, I’ve been trying to wrap my head around this for a few days but I get more and more confused as I go. So I guess it’s time I ask...
New
hariharasudhan94
Can Someone please explain difference between anonymous and named functions ? where we need to use Anonynous and Named functions? From...
New
adkron
I was working on testing a named agent that was started by my application. In testing I had intermittent failures. I thought I would shar...
New
fireproofsocks
I’m trying to learn more about use processes to store state (e.g. following this page), and I’m wondering how one might implement a TTL i...
New
sc4224
Hi I’m new to session storage in the backend. Would you store a session in an agent or something like redis?
New
Nafets94
I’m having a hard time understanding how could I integrate processes in my application. I’ve done the Elixir Guide and I hope someone can...
New
Aguxez
I'm building a bot for a server just for fun and get a test of elixir more 'in-depth', the bot has to save state so I'm using Agents, eve...
New
denna
I like to make use of Process.send_later to send a message to an Agent. When I understand this tutorial right than one needs to implemen...
New
hunar
Hi I'm an Elixir beginner, I have been experimenting with agents, basically I was able to create several agents, naming each with uniqu...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement