Skip to content

Documentation / @agentick/shared / CodeLanguage

Enumeration: CodeLanguage ​

Defined in: block-types.ts:113

Enumeration Members ​

C ​

C: "c"

Defined in: block-types.ts:122


CPP ​

CPP: "cpp"

Defined in: block-types.ts:121


CSHARP ​

CSHARP: "csharp"

Defined in: block-types.ts:118


GO ​

GO: "go"

Defined in: block-types.ts:119


JAVA ​

JAVA: "java"

Defined in: block-types.ts:117


JAVASCRIPT ​

JAVASCRIPT: "javascript"

Defined in: block-types.ts:115


JSON ​

JSON: "json"

Defined in: block-types.ts:129


KOTLIN ​

KOTLIN: "kotlin"

Defined in: block-types.ts:126


OTHER ​

OTHER: "other"

Defined in: block-types.ts:130


PHP ​

PHP: "php"

Defined in: block-types.ts:123


PYTHON ​

PYTHON: "python"

Defined in: block-types.ts:116


RUBY ​

RUBY: "ruby"

Defined in: block-types.ts:124


RUST ​

RUST: "rust"

Defined in: block-types.ts:120


SHELL ​

SHELL: "shell"

Defined in: block-types.ts:128


SQL ​

SQL: "sql"

Defined in: block-types.ts:127


SWIFT ​

SWIFT: "swift"

Defined in: block-types.ts:125


TYPESCRIPT ​

TYPESCRIPT: "typescript"

Defined in: block-types.ts:114

Released under the ISC License.