6 lines
182 B
TypeScript
6 lines
182 B
TypeScript
// src/chat/index.ts
|
|
// Copyright (C) 2026 Rob Colbert <rob.colbert@openplatform.us>
|
|
// Licensed under the Apache License, Version 2.0
|
|
|
|
export { SubagentTool } from "./subagent.ts";
|