Skip to content

chore: remove @zuko/agents library#54

Merged
Rishavraaj merged 2 commits intomainfrom
remove-agents-library
Mar 20, 2026
Merged

chore: remove @zuko/agents library#54
Rishavraaj merged 2 commits intomainfrom
remove-agents-library

Conversation

@Baba-2001
Copy link
Contributor

@Baba-2001 Baba-2001 commented Mar 20, 2026

Summary

This PR removes the legacy @zuko/agents library (libs/agents) and switches the backend/apps to the newer ai-agents implementation. It also bumps @langchain/core and refactors the affected LangChain/LangGraph tool/middleware wiring to keep TypeScript typing consistent.

Key changes

  • Delete libs/agents and remove its references from the backend/apps
  • Update @langchain/core dependency + lockfile (bun.lock)
  • Refactor ai-agents tool configuration/types (tool config typing + persistent context middleware)
  • Update related TS/build/package config that depended on the removed library

- Deleted the @zuko/agents library and its related files.
- Added @langchain/core dependency to the project.
- Updated various package configurations and removed references to the agents library in the backend and ai-agents applications.
- Adjusted TypeScript configurations and middleware to reflect the removal of the agents library.
…ions

- Updated @langchain/core dependency version from ^1.1.12 to ^1.1.34 in bun.lock and package.json.
- Refactored tool configurations in various files to replace RunnableConfig with ToolRunConfig for better type management.
@Baba-2001 Baba-2001 changed the title remove agents library chore: remove @zuko/agents library Mar 20, 2026
@Rishavraaj Rishavraaj merged commit b1bc30f into main Mar 20, 2026
1 of 2 checks passed
@Rishavraaj Rishavraaj deleted the remove-agents-library branch March 20, 2026 07:56
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.

2 participants