Skip to content

Conversation

@jsta
Copy link
Member

@jsta jsta commented Jan 28, 2026

No description provided.

jsta and others added 2 commits January 28, 2026 09:43
Since that has been removed/depreciated, I removed all the other setup/usage documentation.

The CLI has its own syntax/usage

Co-authored-by: jsta
@mikegros
Copy link
Collaborator

I saw your update and realized we should cut out all that usage info. If this looks good to you now, I'll merge it.

@jsta
Copy link
Member Author

jsta commented Jan 28, 2026

I am just getting up to speed on HITL in URSA. Does the Usage section no longer apply? If so, would it be good to still list the available tags [Executor] etc?

@mikegros
Copy link
Collaborator

I am just getting up to speed on HITL in URSA. Does the Usage section no longer apply? If so, would it be good to still list the available tags [Executor] etc?

That usage documentation no longer applies. The CLI simplifies it and has its own tags/usage, which is described at a basic level on the main README.

For instance, instead of using:
[Executor] Make me a histogram of the first 10000 prime number spacings
as the hitl_basic.py file used to do, you would either do:

execute Make me a histogram of the first 10000 prime number spacings
or you could just type:
execute
and you would then get a prompt that looks like execute: so that you could do then type your prompt afterward:

ursa> execute
execute: Make me a histogram of the first 10000 prime number spacings

We should have an in-depth documentation for it, but right now it's documented a bit on the main README and through the help flags with the CLI call.

@jsta
Copy link
Member Author

jsta commented Jan 28, 2026

imo, a version of your above comment directing people to the main README would be good to have in docs/humanInTheLoop_example.md because the main README doesn't show up in the web docs

A better CLI/HITL doc should come later, but basic
info as requested is in there now.

Co-authored-by: jsta
@mikegros mikegros merged commit 155fab6 into lanl:main Jan 28, 2026
1 of 2 checks passed
@mikegros
Copy link
Collaborator

Fixed. I updated and now it should be good to go.

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.

2 participants