Skip to content

Simple interactive shell added#167

Merged
virrius merged 22 commits intomainfrom
145-sgrsh
Feb 11, 2026
Merged

Simple interactive shell added#167
virrius merged 22 commits intomainfrom
145-sgrsh

Conversation

@EvilFreelancer
Copy link
Copy Markdown
Member

@EvilFreelancer EvilFreelancer commented Jan 27, 2026

  • sgrsh script added
  • DialogAgent and AnswerTool added

Closes #145

@EvilFreelancer EvilFreelancer self-assigned this Jan 27, 2026
MiXaiLL76
MiXaiLL76 previously approved these changes Jan 27, 2026
agent = await AgentFactory.create(agent_def, task_messages)

# Run agent
result = await run_agent(agent)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

А если он тут встанет в clarification?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Кларификейшена не будет, есть только тул answer tool, система передаёт ход пользователю, но в этом туле может быть вопрос пользователю.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Эта часть сделана для кейсов вида:

  1. юзер выполнил команду вида sgrsh "сложный вопрос"
  2. система вызывала clarification и покашаза приглашение для ввода ответа юзеру
  3. юзер вводит уточнение

@virrius virrius merged commit abdba68 into main Feb 11, 2026
2 checks passed
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.

[feature] Add CLI to core (sgrsh)

3 participants