TE
TechEcho
AccueilTop 24hRécentsMeilleursQuestionsPrésentationsEmplois
GitHubTwitter
Accueil

TechEcho

Une plateforme d'actualités technologiques construite avec Next.js, fournissant des nouvelles et discussions technologiques mondiales.

GitHubTwitter

Accueil

AccueilRécentsMeilleursQuestionsPrésentationsEmplois

Ressources

HackerNews APIHackerNews OriginalNext.js

© 2025 TechEcho. Tous droits réservés.

Show HN: Agents.erl (AI Agents in Erlang)

30 pointspar arthurcolleil y a 3 jours

3 comments

rdtscil y a environ 11 heures
Looks great, thanks for sharing!<p>I just noticed you committed your .beam files and the _build directory. I think that&#x27;s a bit unusual.<p>If you don&#x27;t use specific features of jsx and can restrict compatibility to more recent versions of Erlang&#x2F;OTP (27+) you might be able to use the built-in json module <a href="https:&#x2F;&#x2F;erlang.org&#x2F;documentation&#x2F;doc-15.0-rc3&#x2F;lib&#x2F;stdlib-6.0&#x2F;doc&#x2F;html&#x2F;json.html" rel="nofollow">https:&#x2F;&#x2F;erlang.org&#x2F;documentation&#x2F;doc-15.0-rc3&#x2F;lib&#x2F;stdlib-6.0...</a>
dpflanil y a environ 12 heures
BEAM seems like a great infrastructure for developing AI&#x2F;ML agents and interactions among different processes that can be agents or functions.<p>My question here is why not use Elixir for this?
评论 #43939661 未加载
评论 #43940167 未加载
评论 #43940177 未加载
pancstail y a 3 jours
It&#x27;s nice to see that BEAM is still alive. If you&#x27;re into actor model &#x2F; state machine agents, I can recommend secai, which is in Golang [0]. It does have a form of goroutine cancellation. Do you happen to have some screenshots of your devflow in beam? How do you debug?<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;pancsta&#x2F;secai">https:&#x2F;&#x2F;github.com&#x2F;pancsta&#x2F;secai</a>