Skip to content

Commit 7596828

Browse files
committed
deploy: 6467fa5
1 parent 40b1bde commit 7596828

File tree

9 files changed

+1401
-183
lines changed

9 files changed

+1401
-183
lines changed

build/html/_sources/api/_autosummary/agentle.agents.agent.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ agentle.agents.agent
3232
AgentRunOutput
3333
AgentSkill
3434
AgentToStreamlit
35+
Agent[Any]
3536
Any
3637
AssistantMessage
3738
AsyncGenerator

build/html/_sources/api/_autosummary/agentle.agents.whatsapp.models.key.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ agentle.agents.whatsapp.models.key
44
.. automodule:: agentle.agents.whatsapp.models.key
55

66

7+
.. rubric:: Functions
8+
9+
.. autosummary::
10+
11+
Field
12+
713
.. rubric:: Classes
814

915
.. autosummary::

build/html/api/_autosummary/agentle.agents.agent.html

Lines changed: 60 additions & 57 deletions
Large diffs are not rendered by default.

build/html/api/_autosummary/agentle.agents.whatsapp.models.data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@
717717
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Data</span></code>(*, key, pushName, status[, message, ...])</p></td>
718718
<td><p>Dados principais do webhook WhatsApp.</p></td>
719719
</tr>
720-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Key</span></code>(*, remoteJid, remoteJidAlt, fromMe, id)</p></td>
720+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Key</span></code>(*, remoteJid[, remoteJidAlt])</p></td>
721721
<td><p>Chave identificadora da mensagem WhatsApp.</p></td>
722722
</tr>
723723
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Message</span></code>(*[, conversation, imageMessage, ...])</p></td>

build/html/api/_autosummary/agentle.agents.whatsapp.models.key.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,14 +694,24 @@
694694
<article role="main" id="furo-main-content">
695695
<section id="module-agentle.agents.whatsapp.models.key">
696696
<span id="agentle-agents-whatsapp-models-key"></span><h1>agentle.agents.whatsapp.models.key<a class="headerlink" href="#module-agentle.agents.whatsapp.models.key" title="Link to this heading"></a></h1>
697+
<p class="rubric">Functions</p>
698+
<div class="table-wrapper autosummary longtable docutils container">
699+
<table class="autosummary longtable docutils align-default">
700+
<tbody>
701+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Field</span></code>()</p></td>
702+
<td><p>!!! abstract &quot;Usage Documentation&quot;</p></td>
703+
</tr>
704+
</tbody>
705+
</table>
706+
</div>
697707
<p class="rubric">Classes</p>
698708
<div class="table-wrapper autosummary longtable docutils container">
699709
<table class="autosummary longtable docutils align-default">
700710
<tbody>
701711
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">BaseModel</span></code>()</p></td>
702712
<td><p>Alias for pydantic.BaseModel.</p></td>
703713
</tr>
704-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Key</span></code>(*, remoteJid, remoteJidAlt, fromMe, id)</p></td>
714+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Key</span></code>(*, remoteJid[, remoteJidAlt])</p></td>
705715
<td><p>Chave identificadora da mensagem WhatsApp.</p></td>
706716
</tr>
707717
</tbody>

build/html/api/agents.html

Lines changed: 1248 additions & 50 deletions
Large diffs are not rendered by default.

build/html/genindex.html

Lines changed: 73 additions & 73 deletions
Large diffs are not rendered by default.

build/html/objects.inv

136 Bytes
Binary file not shown.

build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)