Add examples/ directory with a calculator actor example demonstrating cleveractors-core usage #148
Labels
No labels
auto/blocked-by-deps
auto/ci-timeout
auto/claimed-implementer
auto/claimed-merge
auto/claimed-reviewer
auto/driver-down
auto/invariant-violation
auto/last-attempt-tier-0
auto/last-attempt-tier-1
auto/last-attempt-tier-2
auto/last-attempt-tier-min
Automation Tracking
auto/needs-conflict-resolution
auto/needs-implementer
auto/postmortem
auto/ready-to-merge
auto/restart-throttled
auto/revert
auto/sentinel
auto/stale-inactivity
auto/unstable
Blocked
Bounty
$100
Bounty
$1000
Bounty
$10000
Bounty
$20
Bounty
$2000
Bounty
$250
Bounty
$50
Bounty
$500
Bounty
$5000
Bounty
$750
MoSCoW
Could have
MoSCoW
Must have
MoSCoW
Should have
Needs Feedback
Points
1
Points
13
Points
2
Points
21
Points
3
Points
34
Points
5
Points
55
Points
8
Points
88
Priority
Backlog
Priority
CI Blocker
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Signed-off: Owner
Signed-off: Scrum Master
Signed-off: Tech Lead
Spike
State
Completed
State
Duplicate
State
In Progress
State
In Review
State
Paused
State
Unverified
State
Verified
State
Wont Do
Type
Automation
Type
Bug
Type
Discussion
Type
Documentation
Type
Epic
Type
Feature
Type
Legendary
Type
Refactor
Type
Support
Type
Task
Type
Testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#22 Epic: Package Registry Client — Support Package Registry Standard v1.0.0
cleveragents/cleveractors-core
#149 feat(examples): add calculator actor example demonstrating registry-based library usage
cleveragents/cleveractors-core
Reference
cleveragents/cleveractors-core#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Metadata
Commit Message: feat(examples): add calculator actor example demonstrating registry-based library usage
Branch: feature/m1-calculator-actor-example
Background and context
cleveractors-corehas noexamples/directory, so there is no runnable,end-to-end demonstration of how a host application is expected to use the
library: resolving a
local:package reference throughLocalPackageStore/PackageContentResolver, building an executor from a graph specification, andrunning an LLM actor with skills and tools attached.
Current behavior
examples/directory exists in the repository.version control that demonstrates end-to-end usage of the library, and no
README walking through it.
Expected behavior
examples/directory exists at the repository root (per the project'sfile-organization rules), containing one canonical, self-contained example:
local:package reference and runs anactor built from it.
actor that writes a Tkinter calculator application to disk.
programming-patternsskill), plus any packaging/validation tooling genuinely needed to build
or validate that package.
run it (local package store layout, required env vars, invocation
command).
Acceptance criteria
examples/exists at the repository root and contains the CLI harness, theactor configuration, the skill package it depends on, and a README.
local:package reference viaLocalPackageStore/PackageContentResolverand builds an executor from the actor graph without error.
examples/.nox -s lintandnox -s typecheckpass on the example's Python files.Supporting information
None.
Subtasks
examples/directory per the project's file-organization rules.examples/that resolves alocal:packagereference and runs the actor built from it.
Builder actor in
examples/.validation scripts genuinely needed) to
examples/.nox -s lintandnox -s typecheckon the new files, fix any errors.Definition of Done
This issue is complete when:
Metadata exactly.