Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/blog-drafts/README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
= Blog drafts: GenAI Observability

Prototype articles for the https://camel.apache.org/community/articles/[Camel community articles] page.

== Two-part series

[cols="1,3,2",options="header"]
|===
| Part | File | Companion example

| Blog 1
| xref:genai-observability-01-jbang-cli-tui.adoc[JBang / CLI / TUI]
| https://github.com/apache/camel-jbang-examples/tree/main/ai/genai-observability[JBang example]

| Blog 2
| xref:genai-observability-02-spring-boot-obs-stack.adoc[Spring Boot + obs stack]
| https://github.com/apache/camel-spring-boot-examples/tree/main/genai-observability[Spring Boot example]
|===

== Three-phase narrative

* *Phase 1 Connect* — LLMs in routes
* *Phase 2 Act* — tools, agents, MCP
* *Phase 3 Operate* — GenAI observability (this series)

Developed with guidance from Claus Ibsen and with the help of AI agents.

Open PR: https://github.com/apache/camel/pull/25890
Loading