jakublala / smoltalk-legacy

Natural language interface with 3dmol web app
MIT License
5 stars 0 forks source link

Langchain Agent - Initial Implementation #7

Open jakublala opened 1 year ago

jakublala commented 1 year ago

The task is to implement a langchain agent (also look at the Python documentation, which might be better).

The agent will have several tools, but it is a bit unclear wht sort of tools should we provide it.

The tools I can think of are these:

and then of course:

This task thus starts of with clearly defining at least these four tools above and implementing them.

Additional tools will then be designed and developed in other issues.