apcore 0.19.0

Schema-driven module standard for AI-perceivable interfaces
Documentation
1
2
3
4
5
6
7
8
9
10
spec_version: "1.0"
bindings:
  - module_id: "utils.format_date"
    target: "format_date:format_date_string"
    description: "Format a date string into a specified format"
    tags:
      - "utility"
      - "date"
    version: "1.0.0"
    auto_schema: true