@falai/agent 0.3.23 → 0.3.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -9,8 +9,9 @@
9
9
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.3+-blue.svg)](https://www.typescriptlang.org/)
10
10
  [![License](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)
11
11
  [![Bun](https://img.shields.io/badge/bun-compatible-orange.svg)](https://bun.sh)
12
+ [![Website](https://img.shields.io/badge/🌐-falai.dev-brightgreen.svg)](https://falai.dev)
12
13
 
13
- [Features](#-features) • [Installation](#-installation) • [Quick Start](#-quick-start) • [Documentation](#-documentation) • [Examples](#-examples)
14
+ [🌐 Website](https://falai.dev) • [Features](#-features) • [Installation](#-installation) • [Quick Start](#-quick-start) • [Documentation](#-documentation) • [Examples](#-examples)
14
15
 
15
16
  </div>
16
17
 
package/docs/STRUCTURE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Package Structure
2
2
 
3
- \`\`\`
3
+ ```
4
4
  src/
5
5
  ├── types/ # Type definitions (interfaces, types, enums)
6
6
  ├── core/ # Core framework classes
@@ -20,7 +20,7 @@ src/
20
20
  ├── constants/ # Constants and symbols
21
21
  │ └── index.ts # END_ROUTE, etc.
22
22
  └── index.ts # Public API exports
23
- \`\`\`
23
+ ```
24
24
 
25
25
  ## Design Principles
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falai/agent",
3
- "version": "0.3.23",
3
+ "version": "0.3.24",
4
4
  "description": "Standalone, strongly-typed AI Agent framework with route DSL and AI provider strategy",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",