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

agentjido / jido
67%

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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • bug/mount-shutdown-callback-spec
  • chore/code-organization
  • chore/extract-actions
  • chore/extract-signals
  • dependabot/hex/credo-1.7.12
  • 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/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/req-0.5.14
  • dependabot/hex/req-0.5.15
  • 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/skill_child_spec
  • main
  • 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

30 Sep 2025 12:20PM UTC coverage: 66.573%. Remained the same
06db81697d7a5aa2b9bfb15d716800dd4b7a37ea

push

github

web-flow
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/CHANGELOG.md)
- [Commits](https://github.com/edgurgel/mimic/compare/v2.0.2...v2.1.1)

---
updated-dependencies:
- dependency-name: mimic
  dependency-version: 2.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1183 of 1777 relevant lines covered (66.57%)

986.78 hits per line

Relevant lines Covered
Build:
Build:
1777 RELEVANT LINES 1183 COVERED LINES
986.78 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
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
8821bf90... dependabot/hex/mimic-2.1.1 deps(deps-dev): bump mimic from 2.0.2 to 2.1.1 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/CHANGELOG... Pull #79 30 Sep 2025 12:13AM 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
0e1deb45... dependabot/hex/ex_doc-0.38.4 deps(deps-dev): bump ex_doc from 0.38.3 to 0.38.4 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_doc/b... Pull #78 29 Sep 2025 11:51PM 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
09424fea... refactor/jido_facade Remove deprecated runner for the basic Jido agent Pull #76 31 Aug 2025 01:15AM UTC mikehostetler 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
2853a429... refactor/remove-runner Fix test assertions and clean up comments in agent command tests - Removed redundant `apply_state` parameter in `UserAgent.cmd` test. - Cleaned up comments in `agent_cmd_test.exs` to remove trailing spaces for consistency. - Ensured clarity in te... Pull #77 31 Aug 2025 01:04AM UTC mikehostetler github
64.58
b60f4e34... refactor/remove-runner Refactor Jido agent execution model and remove runner modules - Deprecated the `Jido.Runner.Simple` and `Jido.Runner.Chain` modules, transitioning to built-in execution logic for agents. - Updated documentation to reflect changes in execution str... Pull #77 29 Aug 2025 09:38PM UTC mikehostetler github
64.58
3ed3a1bd... refactor/jido_facade Updated CHANGELOG Pull #76 29 Aug 2025 08:33PM UTC mikehostetler github
68.58
See All Builds (186)
  • 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