crossid / accessbot

Streamline resource access grants with AI-Powered chatbot
https://www.crossid.io
Other
2 stars 0 forks source link

feat: ticket system tool #64

Closed ErezSha closed 6 months ago

ErezSha commented 8 months ago

adds ticket system tool and the ground work for other various tools. adds implementation of Okta and Boundary provisioning, without creating a provisioning tool. adds add/remove actions to slack.

asaf commented 8 months ago

@ErezSha for future PRs please break things up, this commit introduces multiple features.

asaf commented 8 months ago

The current state of this effort is fundamentally insufficient to achieve the vision of this project:

  1. It has no way to be extended.
  2. The tools have no actual way to communicate, they are bound by code.
  3. There are multiple conversations and the relationship between them is very lose if exists at all.
  4. I don't see how this approach can support branching, what if a human interaction is needed in between? For instance the LLM has no sufficient information to recommend and it needs human input or invoking another tool to fill the gap?
asaf commented 6 months ago

migrated to graph