| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| agentspan-server-0.2.0.jar | 2026-06-24 | 181.4 MB | |
| agentspan_darwin_arm64.sha256 | 2026-06-24 | 65 Bytes | |
| agentspan_windows_amd64.exe | 2026-06-24 | 15.6 MB | |
| agentspan_windows_amd64.exe.sha256 | 2026-06-24 | 65 Bytes | |
| agentspan_windows_arm64.exe | 2026-06-24 | 14.5 MB | |
| agentspan_windows_arm64.exe.sha256 | 2026-06-24 | 65 Bytes | |
| agentspan_darwin_amd64 | 2026-06-24 | 15.4 MB | |
| agentspan_darwin_amd64.sha256 | 2026-06-24 | 65 Bytes | |
| agentspan_darwin_arm64 | 2026-06-24 | 14.6 MB | |
| agentspan_linux_amd64 | 2026-06-24 | 15.2 MB | |
| agentspan_linux_amd64.sha256 | 2026-06-24 | 65 Bytes | |
| agentspan_linux_arm64 | 2026-06-24 | 14.3 MB | |
| agentspan_linux_arm64.sha256 | 2026-06-24 | 65 Bytes | |
| README.md | 2026-06-24 | 8.2 kB | |
| v0.2.0 source code.tar.gz | 2026-06-24 | 20.2 MB | |
| v0.2.0 source code.zip | 2026-06-24 | 22.7 MB | |
| Totals: 16 Items | 313.9 MB | 0 | |
What's Changed
- fix(ui): update logo brand colors to new palette by @manan164 in https://github.com/agentspan-ai/agentspan/pull/199
- feat(examples): add router strategy blog example by @maria-shimkovska in https://github.com/agentspan-ai/agentspan/pull/221
- feat(csharp-sdk): add C# SDK by @manan164 in https://github.com/agentspan-ai/agentspan/pull/211
- ci(csharp-sdk): drop nuget environment from release workflow by @manan164 in https://github.com/agentspan-ai/agentspan/pull/225
- feat(csharp-e2e): CLI tool, HTTP tool, and stateful domain e2e suites by @manan164 in https://github.com/agentspan-ai/agentspan/pull/224
- fix(sdk): guard _collect against non-Agent sub-agents, fixes LangGraph crash by @manan164 in https://github.com/agentspan-ai/agentspan/pull/196
- fix(tests): skip tests with missing optional deps instead of failing by @manan164 in https://github.com/agentspan-ai/agentspan/pull/193
- fix(sdk): extract messages from LLM task input, not missing workflow variable by @manan164 in https://github.com/agentspan-ai/agentspan/pull/194
- fix(cli): prefer JAVA_HOME and fix Java 26+ version detection by @manan164 in https://github.com/agentspan-ai/agentspan/pull/192
- fix(credentials): pick up AI API keys added via UI without server restart by @manan164 in https://github.com/agentspan-ai/agentspan/pull/137
- fix(python-sdk): surface task-level failure reason in AgentResult.error by @manan164 in https://github.com/agentspan-ai/agentspan/pull/201
- feat(sdk): add retry_count and retry_delay_seconds to @tool decorator by @manan164 in https://github.com/agentspan-ai/agentspan/pull/188
- feat(sdk,server): add synthesize=False to skip final LLM synthesis step by @manan164 in https://github.com/agentspan-ai/agentspan/pull/189
- feat(server): add execution history pruning API and CLI command by @manan164 in https://github.com/agentspan-ai/agentspan/pull/195
- fix(python-sdk): register transfer tool workers for hybrid agents by @manan164 in https://github.com/agentspan-ai/agentspan/pull/200
- chore(examples): remove duplicate langchain examples by @manan164 in https://github.com/agentspan-ai/agentspan/pull/191
- docs(readme): add star callout and mark Windows support as coming soon by @deeptireddy-lab in https://github.com/agentspan-ai/agentspan/pull/175
- docs(examples): document Docker + MCP routing gotchas by @manan164 in https://github.com/agentspan-ai/agentspan/pull/197
- Add README demo video hero by @nickorkes in https://github.com/agentspan-ai/agentspan/pull/212
- Added my agent and a readme for it by @maria-shimkovska in https://github.com/agentspan-ai/agentspan/pull/216
- rename: blog_and_videos -> blog-and-video-examples by @deeptireddy-lab in https://github.com/agentspan-ai/agentspan/pull/217
- feat(sdk,server): add masked_fields to redact sensitive data in execution history by @manan164 in https://github.com/agentspan-ai/agentspan/pull/198
- feat(ui): add Hide sub-agent executions toggle by @deeptireddy-lab in https://github.com/agentspan-ai/agentspan/pull/96
- fix: spotless formatting in MultiAgentCompiler by @bradyyie in https://github.com/agentspan-ai/agentspan/pull/234
- Add Jira Sync workflow by @bradyyie in https://github.com/agentspan-ai/agentspan/pull/230
- feat(csharp-sdk): Semantic Kernel bridge by @manan164 in https://github.com/agentspan-ai/agentspan/pull/232
- feat(java-sdk): LangChain4j examples, tool e2e suites, stateful domain by @manan164 in https://github.com/agentspan-ai/agentspan/pull/223
- fix(java-sdk): handle java.time and Optional types in @Tool method arguments by @vovaparker in https://github.com/agentspan-ai/agentspan/pull/236
- fix(java-e2e): unbreak main + add java-e2e to CI so this can't slip past again by @manan164 in https://github.com/agentspan-ai/agentspan/pull/239
- fix(java-sdk): approve() targets sub-execution under handoff (#227) by @vovaparker in https://github.com/agentspan-ai/agentspan/pull/228
- fix(ci): drop dangling
needs: testfrom java-e2e (unbreaks main) by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/240 - fix(java-e2e): move E2eSuite12HandoffApprove to new layout (cannot find symbol) by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/241
- fix: stateful-tools domain handling + preserve tool output in conversation history by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/237
- fix(sdk): guard non-Agent objects in runtime, auto-inherit model for PARALLEL by @manan164 in https://github.com/agentspan-ai/agentspan/pull/190
- feat(ui): add interactive HITL approval and MANUAL agent selection forms by @manan164 in https://github.com/agentspan-ai/agentspan/pull/202
- fix(server): make AgentConfig.synthesize nullable Boolean (unblocks Suite16) by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/242
- chore(ts-e2e): drop developer diagnostic dumps from CI test set by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/243
- fix(py-e2e): bump test_pdf_generation_and_roundtrip timeout 120s → 240s by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/246
- ci(jira-sync): make manual (workflow_dispatch) instead of auto by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/247
- fix(py-e2e): scope test_local_timeout assertion to the sleep task by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/245
- ci(csharp-sdk): run unit tests, not just build by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/244
- ci: add csharp-e2e job (101 tests) to regular CI by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/248
- added instructions to the agent in the quickstart by @maria-shimkovska in https://github.com/agentspan-ai/agentspan/pull/233
- test(e2e): Java + C# e2e parity with Python suite (~25 new tests) by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/249
- ci: fold Java + C# SDK standalone test workflows into main CI by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/250
- feat(ui): improve tools card in Agent Definition view by @shaileshpadave in https://github.com/agentspan-ai/agentspan/pull/251
- fix(java-sdk): rename workflowId → executionId to match other SDKs by @shaileshpadave in https://github.com/agentspan-ai/agentspan/pull/255
- feat(sdk): expose retry_policy on @tool decorator (#167) by @shaileshpadave in https://github.com/agentspan-ai/agentspan/pull/252
- feat(java-sdk): OpenAI Agents + Google ADK examples by @manan164 in https://github.com/agentspan-ai/agentspan/pull/229
- feat: Strategy.PLAN_EXECUTE — PAC/PAE compile-and-execute for LLM plans by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/238
- Add server-backed skills registry by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/265
- support scheduling of agents with cron by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/269
- feat: rename credentials -> secrets; harden secret resolution + masking by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/268
- Server split by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/271
- feat: OCG retrieval agents — SDK-declared, compiled to plain HTTP tasks by @NicholasDCole in https://github.com/agentspan-ai/agentspan/pull/272
- fix(server): forward tool_calls array on HITL WAITING SSE events (#226) by @manan164 in https://github.com/agentspan-ai/agentspan/pull/270
- test(e2e): auto-retry transient python-e2e flakes (pytest-rerunfailures) by @v1r3n in https://github.com/agentspan-ai/agentspan/pull/278
- ci: publish server to Maven Central on release + add GitHub Packages by @bradyyie in https://github.com/agentspan-ai/agentspan/pull/282
New Contributors
- @maria-shimkovska made their first contribution in https://github.com/agentspan-ai/agentspan/pull/221
- @vovaparker made their first contribution in https://github.com/agentspan-ai/agentspan/pull/236
- @shaileshpadave made their first contribution in https://github.com/agentspan-ai/agentspan/pull/251
- @NicholasDCole made their first contribution in https://github.com/agentspan-ai/agentspan/pull/272
Full Changelog: https://github.com/agentspan-ai/agentspan/compare/v0.1.10...v0.2.0