ShipIt’s Post

ShipIt Agent v1.0.4 — Skills Power-Up Just shipped a major update to shipit-agent, our open-source Python agent library. The big idea: skills now auto-attach the right tools. When you tell the agent to use the "full-stack-developer" skill, it automatically gets 13 tools — write_file, edit_file, bash, run_code, web_search, plan_task, verify_output, and more. No manual wiring. No guessing which tools to include. What's in v1.0.4: → 37 skill-to-tool bundles (up from 10). Every packaged skill now declares exactly which built-in tools it needs. The agent gets the right toolkit automatically. → All 32 tool prompts rewritten. Each tool now includes decision trees ("Need to search content? → grep_files. Need a filename? → glob_files"), anti-patterns, workflow chains, and cross-tool coordination hints. The agent picks the right tool on the first try. → Automatic iteration boost. When skills inject extra tools, the agent's iteration budget auto-increases from 4 to 8 — so skill-driven workflows actually complete instead of cutting off mid-task. → 50+ bash commands unblocked. mkdir, curl, docker, kubectl, terraform, go, cargo, eslint — all the commands agents actually need in real-world development workflows. → Streaming + multi-turn chat + memory. Full event streaming with skills. Persistent chat sessions where the agent remembers context across turns. No more "what project are you working on?" on every follow-up. → 3 notebooks showing real-world usage. Build a complete FastAPI project from scratch. Web scraping with saved results. Security audits. DevOps pipelines. Multi-turn iterative development with DeepAgent chat. → 32 tests. All passing. The philosophy: skills shape HOW the agent thinks. Tools give it HANDS. This release makes sure they work together seamlessly. pip install shipit-agent==1.0.4 Docs: https://docs.shipiit.com/ GitHub: https://lnkd.in/dpUiYqzF #opensource #python #ai #agents #llm #developer #shipitagent

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories