langchain4j/docs/static/img
Mario Fusco db8a835e4e
Add tools execution and tokens consumption to agents monitoring (#4737)
<!--
Thank you so much for your contribution!

Please fill in all the sections below.
Please open the PR as a draft initially. Once it is reviewed and
approved, we will ask you to add documentation and examples.
Please note that PRs with breaking changes or without tests will be
rejected.

Please note that PRs will be reviewed based on the priority of the
issues they address.
We ask for your patience. We are doing our best to review your PR as
quickly as possible.
Please refrain from pinging and asking when it will be reviewed. Thank
you for understanding!
-->

## Issue
<!-- Please specify the ID of the issue this PR is addressing. For
example: "Closes #1234" or "Fixes #1234" -->
Closes #4442

## Change
<!-- Please describe the changes you made. -->


## General checklist
<!-- Please double-check the following points and mark them like this:
[X] -->
- [X] There are no breaking changes (API, behaviour)
- [X] I have added unit and/or integration tests for my change
- [X] The tests cover both positive and negative cases
- [X] I have manually run all the unit and integration tests in the
module I have added/changed, and they are all green
- [ ] I have manually run all the unit and integration tests in the
[core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core)
and
[main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j)
modules, and they are all green
<!-- Before adding documentation and example(s) (below), please wait
until the PR is reviewed and approved. -->
- [ ] I have added/updated the
[documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs)
- [ ] I have added an example in the [examples
repo](https://github.com/langchain4j/langchain4j-examples) (only for
"big" features)
- [ ] I have added/updated [Spring Boot
starter(s)](https://github.com/langchain4j/langchain4j-spring) (if
applicable)


## Checklist for adding new maven module
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have added my new module in the root `pom.xml` and
`langchain4j-bom/pom.xml`


## Checklist for adding new embedding store integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have added a `{NameOfIntegration}EmbeddingStoreIT` that extends
from either `EmbeddingStoreIT` or `EmbeddingStoreWithFilteringIT`
- [ ] I have added a `{NameOfIntegration}EmbeddingStoreRemovalIT` that
extends from `EmbeddingStoreWithRemovalIT`

## Checklist for changing existing embedding store integration
<!-- Please double-check the following points and mark them like this:
[X] -->
- [ ] I have manually verified that the
`{NameOfIntegration}EmbeddingStore` works correctly with the data
persisted using the latest released version of LangChain4j

---------

Co-authored-by: Dmytro Liubarskyi <ljubarskij@gmail.com>
2026-03-20 11:37:47 +01:00
..
advanced-rag.png Foundation for advanced RAG (#538) 2024-01-26 16:25:24 +01:00
agent-monitor.png Add tools execution and tokens consumption to agents monitoring (#4737) 2026-03-20 11:37:47 +01:00
docusaurus-social-card.jpg Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
docusaurus.png Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
favicon.ico Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
framework-logos.svg Update Documentation for Helidon Integration (#3207) 2025-06-17 15:41:02 +02:00
functionality-logos.svg Docu logos and domain (#503) 2024-01-11 20:37:16 +01:00
goap.png Introduce a generic agentic planner and reimplement all agentic patterns through it (#3929) 2025-11-11 16:18:41 +01:00
guardrails-dark-bg.png Input and output guardrails (#2571) 2025-06-17 11:49:54 +02:00
guardrails-light-bg.png Input and output guardrails (#2571) 2025-06-17 11:49:54 +02:00
langcahin4j_logo.png add logos and logo license (#3739) 2025-09-26 16:23:38 +02:00
langchain4j-components.png set up documentation structure (#473) 2024-01-09 09:47:56 +01:00
langchain4j_logo_transparent.png add logos and logo license (#3739) 2025-09-26 16:23:38 +02:00
llm-logos.svg Docu logos and domain (#503) 2024-01-11 20:37:16 +01:00
logo.svg Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
observation-trace.png Observation + Micrometer module (#4597) 2026-02-27 15:05:35 +01:00
p2p.png Introduce a generic agentic planner and reimplement all agentic patterns through it (#3929) 2025-11-11 16:18:41 +01:00
payara-micro-ai-chat.png [FISH-11337] : Page for payara micro integration (#3224) 2025-06-17 14:43:44 +02:00
payara-micro-test-http.png [FISH-11337] : Page for payara micro integration (#3224) 2025-06-17 14:43:44 +02:00
payara-micro-test-results.png [FISH-11337] : Page for payara micro integration (#3224) 2025-06-17 14:43:44 +02:00
quarkus-dev-ui-parameters.png add logging and model parameter tutorials to docu (#536) 2024-01-24 08:28:45 +01:00
rag-ingestion.png Docu: added diagrams and examples for RAG (#619) 2024-02-09 11:31:24 +01:00
rag-retrieval.png Docu: added diagrams and examples for RAG (#619) 2024-02-09 11:31:24 +01:00
supervisor.png Introduce new langchain4j-agentic module (#3458) 2025-08-07 11:13:02 +02:00
undraw_docusaurus_mountain.svg Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
undraw_docusaurus_react.svg Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
undraw_docusaurus_tree.svg Added skeleton structure for docs (#458) 2024-01-06 04:01:35 +01:00
web-search-engine.png [FEATURE] WebSearchEngine as ContentRetriver and tool (#642) 2024-05-03 10:22:26 +02:00
workflow-vs-agents.png Introduce new langchain4j-agentic module (#3458) 2025-08-07 11:13:02 +02:00