they're the indigenous people who lived in what is now Alice Springs
so they were before.....
- @johnsonr made their first contribution in #165
- @alexheifetz made their first contribution in #1
- @igordayen made their first contribution in #240
- @hadirsa made their first contribution in #399
- @lucasfugisawa made their first contribution in #408
- @gabz57 made their first contribution in #423
- @mynna404 made their first contribution in #523
- @conneroisu made their first contribution in #529
- @slimslenderslacks made their first contribution in #536
- @hamzaelouni made their first contribution in #586
- @lambochen made their first contribution in #590
- @jamesward made their first contribution in #626
- @poutsma made their first contribution in #644
- @pambrose made their first contribution in #646
- @jasperblues made their first contribution in #665
What's Changed
- Create maven.yml by @alexheifetz in #1
- Create deploy-snapshots by @alexheifetz in #2
- Add Deploy Snapshots Action. by @alexheifetz in #3
- LICENSE already exists in the parent module. by @alexheifetz in #155
- Top level gitignore by @alexheifetz in #156
- Move license-header handling to the embabel-build\pom.xml module. by @alexheifetz in #162
- Dark mode by @alexheifetz in #164
- Mixin support by @johnsonr in #165
- Update maven.yml by @alexheifetz in #174
- Dogfood by @johnsonr in #181
- Clean up Dependencies and Common Test Modularization by @alexheifetz in #202
- Add first cut of chat support and add Java syntax sugar by @johnsonr in #205
- Add dependabot configuration. by @alexheifetz in #206
- Fix some goal creation bugs by @johnsonr in #214
- Remove dependabot.yml by @alexheifetz in #213
- Fix #220 by @johnsonr in #222
- Refactor logger by @alexheifetz in #229
- Mcp client, working with Docker MCP by @johnsonr in #239
- Fix Issue #218 by @alexheifetz in #241
- code coverage increase for agent-api by @igordayen in #240
- Fix compile errors due to changes in Spring AI by @alexheifetz in #255
- Agent Eval Framework. by @alexheifetz in #254
- Add MCP server by @johnsonr in #256
- Update README.md by @alexheifetz in #257
- Add usage and pricing tracking, including exposing it in the shell by @johnsonr in #259
- Improve DSL by @johnsonr in #283
- Progress on #233 by @johnsonr in #288
- Use Template Rendering classes from common module. by @alexheifetz in #291
- Update pom.xml by @alexheifetz in #292
- Suppress warnings by @alexheifetz in #308
- Major: Autonomy tests. Minor: compiler tweak for LoggingAgenticEventL… by @igordayen in #322
- Add pattern support in DSL (initially aggregation only) by @johnsonr in #330
- Actions no longer declare ToolCallback dependencies by @johnsonr in #341
- Fix path to Embabel Logo by @alexheifetz in #342
- Update README.md by @alexheifetz in #343
- Update README.md by @alexheifetz in #350
- First cut of RAG support by @johnsonr in #351
- Artifactory by @alexheifetz in #363
- Update README.md by @alexheifetz in #364
- Add maven wrapper and modified shell.cmd by @alexheifetz in #365
- Remove reference to sonatype repository by @alexheifetz in #370
- Polishing. by @alexheifetz in #371
- Add embabel-agent-rag module. by @alexheifetz in #372
- Compiler warning. by @alexheifetz in #377
- Move common types and common utils to embabel-common modules by @alexheifetz in #378
- Pin Spring AI to version 1.0.0-M8 Issue #290 by @alexheifetz in #379
- Issue #307 Agent Shell hangs under Windows with Docker Desktop Profile by @alexheifetz in #381
- Update README.md by @alexheifetz in #382
- Synch up Windows and Mac/Linux startup scripts. by @alexheifetz in #383
- Add shell scripts for Windows with dependency on Docker. by @alexheifetz in #385
- Remove unnecessary argument and improve docs by @johnsonr in #388
- Agent Leak Detection Test and Planning System Algorithm README by @igordayen in #390
- Update README.md by @alexheifetz in #392
- Beanprocessor fixes with proper Profile(!test) by @igordayen in #373
- Add Support for Micrometer and Zipkin Trace by @alexheifetz in #394
- Bump up log level to default for PostProcessorRegistrationDelegate. by @alexheifetz in #395
- More descriptive names and more comments. by @alexheifetz in #396
- Update README.md by @alexheifetz in #398
- Fix embedding model registration for Ollama backend (issues/397) by @hadirsa in #399
- Issue #403 - Unable to connect to Zipkin during shell startup by @alexheifetz in #406
- Publish observability events on tool usage by @johnsonr in #407
- Add Gradle setup instructions to README.md by @lucasfugisawa in #408
- Remove toolCallbacks from PromptRunner by @johnsonr in #409
- Add Claude 4 support #416 by @hadirsa in #419
- Move StringTrimmingUtils.kt to embabel-common-util. Update package na… by @alexheifetz in #422
- Add Bedrock chat models by @gabz57 in #423
- Add MCP configuration for docker community edition with 'docker-ce' profile by @gabz57 in #424
- Ensure bedrock models are injected into ModelProvider by @gabz57 in #429
- Fix issue 433 price formatting locale in test by @gabz57 in #434
- Issue #383 - Modularize Examples by @alexheifetz in #437
- Implement Stringent Agent Validation and Modular Error Reporting (#99) by @hadirsa in #411
- Add managed plugins to generate Kotlin and Java sources.jar. by @alexheifetz in #440
- Add BOM for embabel-agent-examples by @alexheifetz in #441
- Refactor Neo dependencies out of embabel-agent-api module. by @alexheifetz in #443
- Refactor out Neo dependency to embabel-agent-rag module. by @alexheifetz in #446
- Add README.md for embabel-agent-examples. by @alexheifetz in #442
- Update README.md by @alexheifetz in #448
- Enable Java version of StarNewsFinder example agent. by @alexheifetz in #451
- Update Examples README.md by @alexheifetz in #452
- Issue #450 by @alexheifetz in #453
- Add more tests by @johnsonr in #455
- Fix Agent Tools Discovery - Issue #450 by @alexheifetz in #456
- Reorganize docs by @johnsonr in #454
- Add Graphfiz for UML diagrams by @alexheifetz in #457
- Create dedicated maven profile to build docs. by @alexheifetz in #459
- GitHub Action to publish Docs. by @alexheifetz in #461
- Fix Publish Docs Action by @alexheifetz in #462
- Update README.md by @johnsonr in #463
- Add trigger to publish docs automatically by @alexheifetz in #464
- Polishing by @alexheifetz in #466
- Change LoggingAgenticEventListener to use method overrides rather than constructor arguments by @johnsonr in #467
- API cleaning by @johnsonr in #468
- Update version to 0.1.0 by @alexheifetz in #473
- A2A: Implement message/stream endpoint: by @hadirsa in #478
- Initial A2A server support by @johnsonr in #484
- Improve parallel mapping by @johnsonr in #485
- Auto configuration for Agent API and Starters by @igordayen in #474
- Disable test fixtures failing under Windows OS, pending investigation by @alexheifetz in #487
- Make embabel-starter a JAR depenency by @alexheifetz in #489
- remove redundant artifact PostProcessBeansListener by @igordayen in #480
- Add SSE support by @johnsonr in #495
- Automatically adjust font to render Embabel Themes on Windows OS by @alexheifetz in #504
- Testing library improvements by @johnsonr in #507
- Auto Config Features by @alexheifetz in #506
- Consistent Naming Conventions with Spring AI by @alexheifetz in #510
- Add loggingTheme support. by @alexheifetz in #512
- Remove docker-desktop from @EnableAgentMcp by @alexheifetz in #514
- Clean up LoggingThemeParameterizedTest.java by @alexheifetz in #515
- Add LoggingTheme Enum. by @alexheifetz in #517
- Polishing LoggingTheme Enum by @alexheifetz in #518
- Auto config fixes by @alexheifetz in #522
- Move agent examples to embabel-agent-examples repository. by @alexheifetz in #516
- Fixes related to Agent startup and auto configuration. by @alexheifetz in #530
- Polishing EnvironmentPostProcessor by @alexheifetz in #531
- Support custom baseUrl for OpenAI and Anthropic APIs by @mynna404 in #523
- Add flake.nix dev env by @conneroisu in #529
- Use updated gateway by @slimslenderslacks in #536
- Refactor file path checks to use
PathsinFileReadToolsTestfor OS-agnostic paths by @lucasfugisawa in #542 - Add ability to kill a process by @johnsonr in #544
- Issue-546 SPRING_ACTIVE_PROFILE was not getting added to the Environment by @alexheifetz in #547
- Allow renaming of methods on ToolObjects by @johnsonr in #557
- User Guide with Appendix by @igordayen in #554
- Bedrock starter by @gabz57 in #541
- Add embabel-agent-mcpserver module. by @alexheifetz in #565
- moving shell functionality from api module to shell module. phase 1 w… by @igordayen in #564
- Add embabel-agent-ux and embabel-agent-a2a modules. by @alexheifetz in #566
- Add agent-a2a and agent-ux modules to pom.xml by @alexheifetz in #568
- Move mcpserver package out of embabel-agent-api module. by @alexheifetz in #570
- Fix typo in folder name. by @alexheifetz in #571
- Exclude embabel-shell-module from cpd check. by @alexheifetz in #573
- Update README.md by @alexheifetz in #574
- Fix FileReadToosl.findFiles with findHighest by @lucasfugisawa in #578
- Shell module refactoring Phase 2 by @igordayen in #582
- Fix: fix kotlin syntax highlighting by @hamzaelouni in #586
- Support custom OpenAI completions path and embeddings path by @lambochen in #590
- Add entity mapping concept by @johnsonr in #597
- Upgrade to Spring AI 1.0.0 by @alexheifetz in #605
- Add support for MCP prompts by @johnsonr in #613
- Add MCP resource support by @johnsonr in #614
- Update Docker usage by @johnsonr in #594
- Start of HITL support for MCP by @johnsonr in #618
- Matrix build by @alexheifetz in #623
- revert change to mcp gateway config by @slimslenderslacks in #616
- Correctly specify multiple profiles by @jamesward in #626
- fix flaky behavior in CI environments by @hamzaelouni in #624
- Bedrock autoconfiguration fixes by @igordayen in #627
- Supress AWS Warning. Need to revisit AutoConfiguration seutp. by @alexheifetz in #633
- MapAsync fixture in MapperTest still flaky. by @alexheifetz in #634
- Add aggregated dokka documentation. by @alexheifetz in #640
- Update deploy-docs.yml by @alexheifetz in #641
- Introduce ProcessOptions Builders by @poutsma in #644
- Agent API refactoring planning by @igordayen in #596
- fix(validation): Resolve NO_STARTING_ACTION error and refactor validations by @hadirsa in #645
- inforString() cleanup by @pambrose in #646
- Use two spaces instead of tab. by @alexheifetz in #647
- Update deploy-snapshots.yml by @alexheifetz in #648
- Fix indentation in plan infoString() by @pambrose in #649
- Enable Sonar Code Coverage Gate. by @alexheifetz in #652
- Tool handoff support by @johnsonr in #654
- Introduce AgentInvocation by @poutsma in #635
- Prepare for multi goal support by @johnsonr in #657
- Refactor agent api idiomatic by @alexheifetz in #658
- Fix FakePromptRunner returned by helper method. by @jasperblues in #665
- Prepare for release by @alexheifetz in #666
- Update Developer's Guide. by @alexheifetz in #668
Full Changelog: https://github.com/embabel/embabel-agent/commits/embabel-agent-parent-0.1.0