UNPKG

@promptbook/remote-server

Version:

It's time for a paradigm shift. The future of software in plain English, French or Latin

17 lines (16 loc) 1.33 kB
import { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION } from '../version'; import { ANTHROPIC_CLAUDE_MODELS } from '../llm-providers/anthropic-claude/anthropic-claude-models'; import { AnthropicClaudeExecutionTools } from '../llm-providers/anthropic-claude/AnthropicClaudeExecutionTools'; import type { AnthropicClaudeExecutionToolsOptions } from '../llm-providers/anthropic-claude/AnthropicClaudeExecutionToolsOptions'; import type { AnthropicClaudeExecutionToolsDirectOptions } from '../llm-providers/anthropic-claude/AnthropicClaudeExecutionToolsOptions'; import type { AnthropicClaudeExecutionToolsProxiedOptions } from '../llm-providers/anthropic-claude/AnthropicClaudeExecutionToolsOptions'; import { createAnthropicClaudeExecutionTools } from '../llm-providers/anthropic-claude/createAnthropicClaudeExecutionTools'; import { _AnthropicClaudeRegistration } from '../llm-providers/anthropic-claude/register-constructor'; export { BOOK_LANGUAGE_VERSION, PROMPTBOOK_ENGINE_VERSION }; export { ANTHROPIC_CLAUDE_MODELS }; export { AnthropicClaudeExecutionTools }; export type { AnthropicClaudeExecutionToolsOptions }; export type { AnthropicClaudeExecutionToolsDirectOptions }; export type { AnthropicClaudeExecutionToolsProxiedOptions }; export { createAnthropicClaudeExecutionTools }; export { _AnthropicClaudeRegistration };