GitHub Trending์ถ์ฒ: GitHub Trending Daily All์กฐํ์ 3
agentjido/jido
By GitHub Trending Daily All2026๋
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์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.
๐ค 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์์ ์ ๊ณตํ๋ ์ต์ ๊ฐ๋ฐ ๋ํฅ์ ๋๋ค. ๊ด๋ จ ๋๊ตฌ๋ ๊ธฐ์ ์ ๋ํด ๋ ์์๋ณด์๋ ค๋ฉด ์๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ์ธ์.