Hello
I am looking for tutorial or example where I can use AIP agent studio that can call multiple LLMs, function and tool calls. Even though palantir was ahead of time with AIP logic and UI integration, it feels like they are falling behind in developing truly agentic system. Current AIP studio looks very basic compared to what others can do
Documentation to use tools in AIP Agent is there: https://www.palantir.com/docs/foundry/agent-studio/tools/
Check out the Youtube channel for Ontologize.
Another great product in the suite is Solutions Designer.
Thanks very much for sharing this. Are there any examples or demos where Agent Studio is using multiple agents / tasks . I have tried to add few with instructions, and for some reason, it was not very good to follow the instructions and invoke agents iteratively.
What model does it use to understand what tool or function to invoke? Is there any plan or work going on to create similar feature like CrewAI?
Did you try to setup an AIP Agent ?
You can pick the model amongst the ones available on your enrollment. You can see that documented there too:
https://www.palantir.com/docs/foundry/agent-studio/getting-started
For following “directions”, this is down to the prompting, which tools you provided to the agent, what you want to do, how much context you gave it, how much “clean” your Ontology is (if you are exposing Objects, Actions, etc. then their names and descriptions needs to be explicit enough to be self-explanatory), etc.
For the crew of agents, you can look into exposing Agents as function, so that you can chain them.
https://www.palantir.com/docs/foundry/agent-studio/agents-as-functions/