Replies: 4 comments 1 reply
-
|
Yes, you can have the agent to create a goal for itself using a prompt like |
Beta Was this translation helpful? Give feedback.
-
|
I don’t think That said, So right now it seems more tied to interactive sessions/TUI flows rather than If this answer solve your all doubts so can you please mark this answer as solved |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the clarification above. I ran a few more experiments with Environment:
Experiment 1: natural-language goal request in a resumed exec threadPrompt shape was roughly: Observed result:
So the earlier wording Experiment 2: explicit tool-style wording in the same resumed exec threadI then used stricter wording: Observed result:
This part worked. One small confusing detail: the create/get tool output visible in the transcript included Experiment 3: what happens after creationImmediately after the But the next record was: The persisted goal became After I sent a second explicit continuation prompt: Observed result:
This also worked, but it required a second turn and fairly explicit instructions. Experiment 4: fresh smoke threadA separate smoke test in a fresh Questions
Current practical workaroundFor now, the reliable wrapper pattern seems to be: Then a second turn: This is workable, but fairly brittle for automation. I would love to know whether this is the intended design for |
Beta Was this translation helpful? Give feedback.
-
|
Answers to your questions:
It looks like you may be using goal in a way that's a little outside of its target use cases. That's fine, but it means that you will likely hit some impedance mismatches. We can consider addressing some of these gaps over time if there is sufficient user demand. In the meantime, if you're using non-interactive mode, it's easy to script an external loop that effectively does what |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Does the non-interactive mode of Codex support goals?
Beta Was this translation helpful? Give feedback.
All reactions