Skip to content

Conversation

bhouston
Copy link
Member

Remove re-export indirection in toolAgent/index.ts

Changes

  • Removed the toolAgent/index.ts file that was only re-exporting from other files
  • Updated imports in the main index.ts file to point directly to source files
  • Updated imports in the subAgent.ts file to point directly to source files

Why

Re-exports within a package add unnecessary complexity and indirection. This PR simplifies the codebase by removing this intermediate layer and having consumers import directly from the source files.

Testing

  • All tests pass
  • The code builds successfully

Fixes #[ISSUE_NUMBER]

@bhouston
Copy link
Member Author

fixes #185

@bhouston bhouston closed this Mar 11, 2025
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.

1 participant