Tathagata Chakraborti
Tathagata Chakraborti
[`planutils`](https://pypi.org/project/planutils/) integration 😎 + a skill to navigate IPC events? + running experiments on benchmarks for papers. + answering questions on planner properties. More uses cases to be figured out.
@madhavanpallan dataXplore "plot" crashes on Mac, "summarize" works fine (both work on Ubuntu). @ktalamad can you confirm this.
**Feature description** Currently, `gitbot` requires launching the Rasa server seperately. Solution 1: Be able to do something like [rasa_nlu](https://legacy-docs.rasa.com/docs/nlu/0.15.1/python/) but I could not replicate the classification result with the old...
Since the CLAI platform tries to instrument the command line to the most generic extent possible for different kinds of AI agents, it is understandably slow for any specific use...
The `StopDockerImage.sh` script is obsolete. It relies on an assumption that all CLAI containers are built from an ancestor named `CLAIPlaygroundContainer`, which is no longer the case.
The integration tests for the skills are currently mixed up. It is hard to tell if a skill is working as expected versus if the responses of the skills are...
Crucial to the sense-act architecture for an AI agent is the [State object](https://github.com/IBM/clai/tree/master/clai/server/plugins) that it can sense from the "environment" (in our case, the Bash). Depending on the requirements or...