Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detailed documentation comments on the agent. #1224

Merged
merged 1 commit into from
Feb 5, 2025
Merged

Detailed documentation comments on the agent. #1224

merged 1 commit into from
Feb 5, 2025

Conversation

samchon
Copy link
Owner

@samchon samchon commented Feb 5, 2025

This pull request includes several updates to the @nestia/agent package, focusing on version updates, new exports, and enhancements to the INestiaAgentContext interface. Below are the most important changes:

Version Updates:

  • Updated the @nestia/agent package version from 0.3.10 to 0.3.11 in packages/agent/package.json.
  • Updated dependencies in packages/agent/package.json:
    • @samchon/openapi from ^2.4.1 to ^2.4.2
    • openai from ^4.77.0 to ^4.82.0
    • typia from ^7.6.0 to ^7.6.3

New Exports:

  • Added new exports in packages/agent/src/module.ts:
    • INestiaAgentContext
    • INestiaAgentOperationCollection
    • NestiaAgentSource

Enhancements to INestiaAgentContext:

  • Introduced a detailed JSDoc comment to explain the INestiaAgentContext structure and its components.
  • Added several new properties and methods to the INestiaAgentContext interface:
    • operations: Collection of operations.
    • config: Configuration of the agent.
    • histories: Prompt histories.
    • stack: Stacked operations.
    • prompt: Text prompt of the user.
    • ready: Indicates whether the agent is ready.
    • dispatch: Dispatches events.
    • request: Requests to the OpenAI server.
    • initialize: Initializes the agent.

@samchon samchon added the documentation Improvements or additions to documentation label Feb 5, 2025
@samchon samchon self-assigned this Feb 5, 2025
Copy link

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/@types/[email protected]

View full report↗︎

Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spell checking okay.

@samchon samchon merged commit c18fe0e into master Feb 5, 2025
4 checks passed
@samchon samchon deleted the doc/agent branch February 5, 2025 04:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant