Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 918 Bytes

File metadata and controls

25 lines (18 loc) · 918 Bytes

AI Day Planner — Jac Tutorial

Working through the Build an AI Day Planner with Jac tutorial: https://docs.jaseci.org/tutorials/first-app/build-ai-day-planner/

Each part of the tutorial lives in its own folder and is committed separately.

Parts

  1. part1/ — Your First Lines of Jac (syntax, types, functions, obj)
  2. part2/ — Modeling Data with Nodes (node, root, ++>, filter comprehensions)
  3. part3/ — Building the Backend API (upcoming)
  4. part4/ — A Reactive Frontend (upcoming)
  5. part5/ — Making It Smart with AI (upcoming)
  6. part6/ — Authentication & Multi-File Organization (upcoming)
  7. part7/ — Object-Spatial Programming with Walkers (upcoming)

Running

jac <file>.jac          # run a script
jac start main.jac      # start the web server (parts 3+)

Jac 0.14.0 with plugins: byllm, jac-client, jac-scale.