Skip to content

Conversation

@philipp-seitz
Copy link
Collaborator

@philipp-seitz philipp-seitz commented Nov 17, 2025

Make a collection of tasks available through cli:

  • project init
  • debugging
  • visualization
  • deplyoment of tkr
  • submission of graphs
    This is only the first set of changes

@philipp-seitz philipp-seitz marked this pull request as ready for review December 18, 2025 17:27
## Worker concepts

Workers provide non-trivial functionality to a Tierkreis graph.
Writing a worker
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this meant to be an incomplete sentence or a link to other docs?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or maybe a title?

└── uv.lock
```

The repository is structure is intended to separate _graphs_, _workers_ and library code.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we use the word graphs in a lot of places but do we want to call this folder workflows or similar instead? I guess it would be inconsistent with what we've done in other places.

│ │ └── main.py
│ └── workers/
│ └── example_worker/
│ ├── api/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This presumably is where we get going to generate stubs for the worker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants