Skip to content

Commit e38871f

Browse files
committed
deploy: 237996e
1 parent fecebfb commit e38871f

216 files changed

Lines changed: 254 additions & 254 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_modules/agentscope_runtime/engine/agents/base_agent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ <h1>Source code for agentscope_runtime.engine.agents.base_agent</h1><div class="
552552
Made with
553553
<a href="https://github.com/pradyunsg/furo">Furo</a>
554554
<div class="last-updated">
555-
Last updated on 2025-09-12</div>
555+
Last updated on 2025-09-13</div>
556556
</div>
557557
<div class="right-details">
558558
<div class="icons">

_modules/agentscope_runtime/engine/agents/llm_agent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ <h1>Source code for agentscope_runtime.engine.agents.llm_agent</h1><div class="h
574574
Made with
575575
<a href="https://github.com/pradyunsg/furo">Furo</a>
576576
<div class="last-updated">
577-
Last updated on 2025-09-12</div>
577+
Last updated on 2025-09-13</div>
578578
</div>
579579
<div class="right-details">
580580
<div class="icons">

_modules/agentscope_runtime/engine/deployers/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ <h1>Source code for agentscope_runtime.engine.deployers.base</h1><div class="hig
540540
Made with
541541
<a href="https://github.com/pradyunsg/furo">Furo</a>
542542
<div class="last-updated">
543-
Last updated on 2025-09-12</div>
543+
Last updated on 2025-09-13</div>
544544
</div>
545545
<div class="right-details">
546546
<div class="icons">

_modules/agentscope_runtime/engine/deployers/local_deployer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1115,7 +1115,7 @@ <h1>Source code for agentscope_runtime.engine.deployers.local_deployer</h1><div
11151115
Made with
11161116
<a href="https://github.com/pradyunsg/furo">Furo</a>
11171117
<div class="last-updated">
1118-
Last updated on 2025-09-12</div>
1118+
Last updated on 2025-09-13</div>
11191119
</div>
11201120
<div class="right-details">
11211121
<div class="icons">

_modules/agentscope_runtime/engine/schemas/agent_schemas.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ <h1>Source code for agentscope_runtime.engine.schemas.agent_schemas</h1><div cla
686686
<div class="viewcode-block" id="Event">
687687
<a class="viewcode-back" href="../../../../zh/api/engine.html#agentscope_runtime.engine.schemas.agent_schemas.Event">[docs]</a>
688688
<span class="k">class</span><span class="w"> </span><span class="nc">Event</span><span class="p">(</span><span class="n">BaseModel</span><span class="p">):</span>
689-
<span class="n">sequence_number</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">str</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span>
689+
<span class="n">sequence_number</span><span class="p">:</span> <span class="n">Optional</span><span class="p">[</span><span class="nb">int</span><span class="p">]</span> <span class="o">=</span> <span class="kc">None</span>
690690
<span class="w"> </span><span class="sd">&quot;&quot;&quot;sequence number of event&quot;&quot;&quot;</span>
691691

692692
<span class="nb">object</span><span class="p">:</span> <span class="nb">str</span>
@@ -1380,7 +1380,7 @@ <h1>Source code for agentscope_runtime.engine.schemas.agent_schemas</h1><div cla
13801380
Made with
13811381
<a href="https://github.com/pradyunsg/furo">Furo</a>
13821382
<div class="last-updated">
1383-
Last updated on 2025-09-12</div>
1383+
Last updated on 2025-09-13</div>
13841384
</div>
13851385
<div class="right-details">
13861386
<div class="icons">

_modules/agentscope_runtime/engine/schemas/context.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ <h1>Source code for agentscope_runtime.engine.schemas.context</h1><div class="hi
571571
Made with
572572
<a href="https://github.com/pradyunsg/furo">Furo</a>
573573
<div class="last-updated">
574-
Last updated on 2025-09-12</div>
574+
Last updated on 2025-09-13</div>
575575
</div>
576576
<div class="right-details">
577577
<div class="icons">

_modules/agentscope_runtime/engine/services/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ <h1>Source code for agentscope_runtime.engine.services.base</h1><div class="high
624624
Made with
625625
<a href="https://github.com/pradyunsg/furo">Furo</a>
626626
<div class="last-updated">
627-
Last updated on 2025-09-12</div>
627+
Last updated on 2025-09-13</div>
628628
</div>
629629
<div class="right-details">
630630
<div class="icons">

_modules/agentscope_runtime/engine/services/context_manager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ <h1>Source code for agentscope_runtime.engine.services.context_manager</h1><div
694694
Made with
695695
<a href="https://github.com/pradyunsg/furo">Furo</a>
696696
<div class="last-updated">
697-
Last updated on 2025-09-12</div>
697+
Last updated on 2025-09-13</div>
698698
</div>
699699
<div class="right-details">
700700
<div class="icons">

_modules/agentscope_runtime/engine/services/environment_manager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h1>Source code for agentscope_runtime.engine.services.environment_manager</h1><
579579
Made with
580580
<a href="https://github.com/pradyunsg/furo">Furo</a>
581581
<div class="last-updated">
582-
Last updated on 2025-09-12</div>
582+
Last updated on 2025-09-13</div>
583583
</div>
584584
<div class="right-details">
585585
<div class="icons">

_modules/agentscope_runtime/engine/services/manager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ <h1>Source code for agentscope_runtime.engine.services.manager</h1><div class="h
724724
Made with
725725
<a href="https://github.com/pradyunsg/furo">Furo</a>
726726
<div class="last-updated">
727-
Last updated on 2025-09-12</div>
727+
Last updated on 2025-09-13</div>
728728
</div>
729729
<div class="right-details">
730730
<div class="icons">

0 commit comments

Comments
 (0)