Skip to content

Conversation

github-actions[bot]
Copy link

Description

This PR addresses the request in PR #205 comment to remove the internal index.ts file from the packages/agent/src/tools/interaction/ directory.

Changes

  • Removed packages/agent/src/tools/interaction/index.ts which was re-exporting tools from various files
  • Verified that no files in the project were importing from this index file

Rationale

As mentioned in the comment, internal index.ts files that re-export types, classes, and methods are considered an anti-pattern as they make it harder to determine where classes, methods, and types are actually defined.

The existing code already imports directly from the source files in getTools.ts, so this change shouldn't impact functionality.

Related Issues/PRs

@bhouston bhouston merged commit 0562ca3 into feature/agent-start-message-tools Mar 12, 2025
@bhouston bhouston deleted the remove-index-ts branch March 12, 2025 02:09
Copy link
Author

🎉 This PR is included in version mycoder-agent-v1.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant