Skip to content

Remove libs/agents library as it is not used#47

Closed
Baba-2001 wants to merge 1 commit intomainfrom
remove-libs-agents
Closed

Remove libs/agents library as it is not used#47
Baba-2001 wants to merge 1 commit intomainfrom
remove-libs-agents

Conversation

@Baba-2001
Copy link
Contributor

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

Summary

  • Remove deprecated libs/agents package and all backend wiring that depended on @zuko/agents.
  • Drop legacy backend endpoints that were backed by the orchestrator:
    • POST /v1/chat/completions
    • POST /v1/graph/stream
  • Move the small shared chat types (BaseMessageLike, MessageMetadata, ContextEntityReference) into the backend (apps/backend/src/types/chat.types.ts) and update imports accordingly.

@Baba-2001 Baba-2001 force-pushed the remove-libs-agents branch 4 times, most recently from cd23b0b to c2a7de8 Compare March 17, 2026 16:24
@Baba-2001 Baba-2001 changed the title refactor(agents): rename ai-agents to agents Remove libs/agents as it is not used Mar 17, 2026
@Baba-2001 Baba-2001 changed the title Remove libs/agents as it is not used Remove libs/agents library as it is not used Mar 17, 2026
@Baba-2001 Baba-2001 force-pushed the remove-libs-agents branch 6 times, most recently from 8385c38 to 0c57e42 Compare March 20, 2026 04:15
…ions

- Deleted the @zuko/agents library and its associated files, including services, modules, and tests.
- Updated package.json and workspace configurations to remove references to the agents library.
- Adjusted imports in backend services to utilize new types and structures.
- Cleaned up README and documentation to reflect the removal of the agents library.
@Baba-2001 Baba-2001 force-pushed the remove-libs-agents branch from 0c57e42 to 3ca4769 Compare March 20, 2026 04:50
@Baba-2001 Baba-2001 closed this Mar 20, 2026
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