Skip to content

docs: update lifecycle task type names#554

Open
Joe-You-Know wants to merge 1 commit into
labsai:mainfrom
Joe-You-Know:docs/update-task-type-names
Open

docs: update lifecycle task type names#554
Joe-You-Know wants to merge 1 commit into
labsai:mainfrom
Joe-You-Know:docs/update-task-type-names

Conversation

@Joe-You-Know

@Joe-You-Know Joe-You-Know commented Jun 18, 2026

Copy link
Copy Markdown

Summary

  • Update ILifecycleTask Javadoc task names from HTTP Calls to API Calls and LangChain to LLM.
  • Update docs examples from HttpCallsTask to ApiCallsTask.
  • Leave docs/changelog.md unchanged because the issue notes those historical references are correct as-is.

Closes #549.

Verification

  • ./mvnw.cmd -DskipTests compile

Ran successfully locally with Temurin JDK 25.0.3.

Summary by CodeRabbit

  • Documentation
    • Updated API lifecycle documentation to reflect task type naming changes.
    • Refined terminology in lifecycle diagrams and interface documentation.
    • Updated task type references across multiple documentation files.

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e0cbf40e-b1e1-45cc-895f-c726d7566915

📥 Commits

Reviewing files that changed from the base of the PR and between bd1b859 and d0d7b1b.

📒 Files selected for processing (3)
  • docs/agent-father-deep-dive.md
  • docs/conversation-memory.md
  • src/main/java/ai/labs/eddi/engine/lifecycle/ILifecycleTask.java

📝 Walkthrough

Walkthrough

Three one-line edits replace outdated v5 task names with current v6 names: HttpCallsTask becomes ApiCallsTask in a Java code snippet in docs/agent-father-deep-dive.md and a pipeline flowchart label in docs/conversation-memory.md; the ILifecycleTask.java Javadoc bullet list renames "HTTP Calls" to "API Calls" and "LangChain" to "LLM".

Changes

Task name rename across docs and Javadoc

Layer / File(s) Summary
Update task names in Javadoc and documentation
src/main/java/ai/labs/eddi/engine/lifecycle/ILifecycleTask.java, docs/agent-father-deep-dive.md, docs/conversation-memory.md
Javadoc standard task type bullets rename "HTTP Calls" → "API Calls" and "LangChain" → "LLM"; doc files rename the HttpCallsTask class reference and flowchart step label to ApiCallsTask.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐇 A task was once called HTTP,
Now Api is the name to get!
LangChain bowed and gave way to LLM,
Four little lines, all set to blend.
Hop, hop — the docs are fresh again! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately and concisely describes the main change: updating lifecycle task type names across documentation and Javadoc.
Linked Issues check ✅ Passed The pull request successfully implements all four required changes from issue #549: two Javadoc updates in ILifecycleTask.java ('HTTP Calls' to 'API Calls', 'LangChain' to 'LLM') and two documentation updates replacing HttpCallsTask with ApiCallsTask.
Out of Scope Changes check ✅ Passed All changes are directly related to issue #549 requirements with no out-of-scope modifications. Documentation and Javadoc updates align precisely with the specified objectives and constraints.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: fix outdated task type names in documentation and Javadoc

1 participant