MCPcopy
hub / github.com/virattt/dexter / insider_trades.ts

File insider_trades.ts

src/tools/finance/insider_trades.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { DynamicStructuredTool } from '@langchain/core/tools';
2import { z } from 'zod';
3import { api, stripFieldsDeep } from './api.js';
4import { formatToolResult } from '../types.js';

Callers

nothing calls this directly

Calls 3

formatToolResultFunction · 0.85
stripFieldsDeepFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected