• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

agentjido / jido
66%

Build:
DEFAULT BRANCH: main
Repo Added 30 Dec 2024 10:11PM UTC
Files 46
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • bug/mount-shutdown-callback-spec
  • chore/code-organization
  • chore/extract-actions
  • chore/extract-signals
  • dependabot/hex/credo-1.7.12
  • dependabot/hex/credo-1.7.13
  • dependabot/hex/ex_doc-0.37.1
  • dependabot/hex/ex_doc-0.37.2
  • dependabot/hex/ex_doc-0.38.1
  • dependabot/hex/ex_doc-0.38.2
  • dependabot/hex/ex_doc-0.38.3
  • dependabot/hex/ex_doc-0.38.4
  • dependabot/hex/ex_doc-0.39.1
  • dependabot/hex/excoveralls-0.18.4
  • dependabot/hex/excoveralls-0.18.5
  • dependabot/hex/jido_action-e86e47e
  • dependabot/hex/jido_signal-49e87b6
  • dependabot/hex/jido_signal-6132ff1
  • dependabot/hex/mimic-1.11.1
  • dependabot/hex/mimic-1.11.2
  • dependabot/hex/mimic-2.0.0
  • dependabot/hex/mimic-2.0.1
  • dependabot/hex/mimic-2.1.1
  • dependabot/hex/mix_test_watch-1.3.0
  • dependabot/hex/mix_test_watch-1.4.0
  • dependabot/hex/phoenix_pubsub-2.2.0
  • dependabot/hex/req-0.5.14
  • dependabot/hex/req-0.5.15
  • dependabot/hex/req-0.5.16
  • dependabot/hex/stream_data-1.2.0
  • feat/action-timeouts
  • feat/test-dsl
  • feat/usage-rules
  • feature/action_output_schema
  • feature/autoregister-skill-actions
  • feature/enhance-agent-case-helpers
  • feature/req-action-improvements
  • feature/route-directives
  • feature/state-replace
  • fix/agent-server-terminate-race-condition-v2
  • fix/convert_child_spec
  • fix/dialyzer-warnings
  • fix/metadata-defoverridable
  • fix/skill_child_spec
  • mh/develop-1-1
  • mh/refactor-local-bus
  • mh/signal_store
  • patch-1
  • refactor/agent-server
  • refactor/jido_facade
  • refactor/remove-exdbug
  • refactor/remove-runner

08 Nov 2025 02:46PM UTC coverage: 66.422%. Remained the same
ee00dc0deb121724c5f92fe263debabf25cb26d1

push

github

mikehostetler
chore: Update dependencies

1175 of 1769 relevant lines covered (66.42%)

1025.15 hits per line

Relevant lines Covered
Build:
Build:
1769 RELEVANT LINES 1175 COVERED LINES
1025.15 HITS PER LINE
Source Files on main
  • Tree
  • List 46
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
ee00dc0d... main chore: Update dependencies push 08 Nov 2025 02:50PM UTC mikehostetler github
66.42
13e2e6db... main Fix metadata accessors and type checker warnings (#81) * Update dependencies - ex_doc 0.38.3 → 0.38.4 - file_system 1.1.0 → 1.1.1 - mimic 2.0.2 → 2.1.1 - Updated git dependencies jido_action and jido_signal * Fix Elixir 1.19 gradual type system... push 20 Oct 2025 01:52PM UTC web-flow github
66.42
d0571188... main Fix: Mark metadata accessors as defoverridable (#80) * Update dependencies - ex_doc 0.38.3 → 0.38.4 - file_system 1.1.0 → 1.1.1 - mimic 2.0.2 → 2.1.1 - Updated git dependencies jido_action and jido_signal * Fix: Mark metadata accessors as defov... push 12 Oct 2025 07:51PM UTC web-flow github
66.57
06db8169... main deps(deps-dev): bump mimic from 2.0.2 to 2.1.1 (#79) Bumps [mimic](https://github.com/edgurgel/mimic) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/edgurgel/mimic/releases) - [Changelog](https://github.com/edgurgel/mimic/blob/main/CHA... push 30 Sep 2025 12:21PM UTC web-flow github
66.57
93d1a38b... main deps(deps-dev): bump ex_doc from 0.38.3 to 0.38.4 (#78) Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.38.3 to 0.38.4. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex... push 30 Sep 2025 12:07AM UTC web-flow github
66.57
627dd2f0... main Refactor main Jido module Facade API (#76) * Refactor Jido agent management and introduce new lifecycle and interaction modules - Enhanced the Jido module documentation to provide a clearer overview of the agent lifecycle and interaction capabil... push 31 Aug 2025 01:17AM UTC web-flow github
66.57
32240390... main Deprecate `Jido.Runner` - defaulting to running one action at a time (#77) * Refactor Jido agent execution model and remove runner modules - Deprecated the `Jido.Runner.Simple` and `Jido.Runner.Chain` modules, transitioning to built-in execution... push 31 Aug 2025 01:08AM UTC web-flow github
64.65
572e1cb9... main Test DSL - Part 2: Enhance agent case helpers (#75) * Enhance AgentCase with new helper functions for improved testing - Add 5 new helper functions to JidoTest.AgentCase: - get_agent_state/1: Get current agent state - assert_agent_state/2: ... push 26 Aug 2025 03:48PM UTC web-flow github
67.0
cef41b15... main Automatically register Actions when required by a Skill (#74) * Enhance Jido.Skill with actions and validation features - Added support for defining actions in the Jido.Skill module, allowing skills to specify required action modules. - Introduc... push 26 Aug 2025 12:35AM UTC web-flow github
66.31
025b8407... main Test DSL Part I: add spawn_agent/1 and send_signal/3 (#73) * feat: add spawn_agent/1 and send_signal/3 * Update test/jido/agent/server_test.exs Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> * fix: s... push 25 Aug 2025 04:50PM UTC web-flow github
65.71
See All Builds (198)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc