Skip to content

docs: fix outdated task type names in documentation and Javadoc #549

Description

@ginccc

Summary

The Javadoc on ILifecycleTask.java lists "Standard Task Types" using two outdated names. Two doc files also reference the old HttpCallsTask class name.

What to change

File Line Current Correct
src/main/java/ai/labs/eddi/engine/lifecycle/ILifecycleTask.java 57 **HTTP Calls** **API Calls**
src/main/java/ai/labs/eddi/engine/lifecycle/ILifecycleTask.java 58 **LangChain** **LLM**
docs/agent-father-deep-dive.md 474 HttpCallsTask ApiCallsTask
docs/conversation-memory.md 566 HttpCallsTask ApiCallsTask

Context: HttpCallsTask was renamed to ApiCallsTask and LangchainTask was renamed to LlmTask during the v6 refactoring. The config file is still named langchain.json for backward compatibility, but the task class and conceptual name are now "LLM."

Out of scope

docs/changelog.md contains historical references — those are correct as-is.

Acceptance criteria

  • All four lines are updated
  • No other occurrences of HttpCallsTask in docs/ (excluding changelog.md)
  • ./mvnw compile passes

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationJavadoc, markdown docs, OpenAPI annotations, code commentsgood first issueClear scope, low risk, pattern to follow - ideal for newcomershelp wantedsize: XSTrivial: under 30 min, 1-3 lines, single file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions