Open jakublala opened 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.
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.