GitHub Trending์ถœ์ฒ˜: GitHub Trending Daily All์กฐํšŒ์ˆ˜ 3

agentjido/jido

By GitHub Trending Daily All
2026๋…„ 3์›” 9์ผ
**agentjido/jido**

๐Ÿค– Autonomous agent framework for Elixir. Built for distributed, autonomous behavior and dynamic workflows.Jido Pure functional agents and OTP runtime for building autonomous multi-agent workflows in Elixir. The name "Jido" (่‡ชๅ‹•) comes from the Japanese word meaning "automatic" or "automated", where ่‡ช (ji) means "self" and ๅ‹• (dล) means "movement". Learn more about Jido at agentjido.xyz. Overview With Jido, your agents are immutable data structures with a single command function: defmodule MyAgent do use Jido.Agent, name: "my_agent", description: "My custom agent", schema: [ count: [type: :integer, default: 0] ] end end {agent, directives} = MyAgent.cmd(agent, action) State changes are pure data transformations; side effects are described as directives and executed by an OTP runtime...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” GitHub Trending Daily All์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.