Sergei Trashchenkov
trashchenkov
·
AI & ML interests
None yet
Recent Activity
authored a paper 3 days ago
Power Systems Agent Benchmark: Executable Evaluation of AI Agents in Electric Power Engineering upvoted an article 11 days ago
What building Shippy taught us about building agents commentedon an article 11 days ago
What building Shippy taught us about building agentsOrganizations
upvoted an article 11 days ago
Article
What building Shippy taught us about building agents
allenai
• • 15commented on What building Shippy taught us about building agents 11 days ago
Thank you for the interesting and very practical article! I especially liked the idea of writing large CLI results to local JSON files instead of passing them through stdout.
Could you clarify how the agent keeps track of which file corresponds to each CLI call? Does the agent specify the output path when issuing the command, or does the CLI generate a unique filename and return its path through stdout? Also, how are these intermediate files managed during a long-running session so that they do not accumulate or get confused with the results of later queries?