Skip to content

Commit 4260d5f

Browse files
committed
deploy: 11e23ab
1 parent 30f2331 commit 4260d5f

14 files changed

+70
-26
lines changed

build/html/_sources/api/_autosummary/agentle.agents.conversations.callback_conversation_store.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ agentle.agents.conversations.callback\_conversation\_store
1414

1515
.. autosummary::
1616

17+
Any
1718
AssistantMessage
1819
Awaitable
1920
Callable
2021
CallbackConversationStore
2122
ConversationStore
2223
DeveloperMessage
24+
GeneratedAssistantMessage
2325
Sequence
2426
UserMessage
2527

build/html/_sources/api/_autosummary/agentle.agents.conversations.conversation_store.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ agentle.agents.conversations.conversation\_store
88

99
.. autosummary::
1010

11+
Any
1112
AssistantMessage
1213
ConversationStore
1314
DeveloperMessage
15+
GeneratedAssistantMessage
1416
Sequence
1517
UserMessage
1618

build/html/_sources/api/_autosummary/agentle.agents.conversations.firebase_conversation_store.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ agentle.agents.conversations.firebase\_conversation\_store
1414

1515
.. autosummary::
1616

17+
Any
1718
AssistantMessage
1819
ConversationStore
1920
DeveloperMessage
2021
FirebaseConversationStore
22+
GeneratedAssistantMessage
2123
Sequence
2224
UserMessage
2325

build/html/_sources/api/_autosummary/agentle.agents.conversations.json_file_conversation_store.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ agentle.agents.conversations.json\_file\_conversation\_store
1818
AssistantMessage
1919
ConversationStore
2020
DeveloperMessage
21+
GeneratedAssistantMessage
2122
JSONFileConversationStore
2223
Path
2324
Sequence

build/html/_sources/api/_autosummary/agentle.agents.conversations.local_conversation_store.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ agentle.agents.conversations.local\_conversation\_store
1414

1515
.. autosummary::
1616

17+
Any
1718
AssistantMessage
1819
ConversationStore
1920
DeveloperMessage
21+
GeneratedAssistantMessage
2022
LocalConversationStore
2123
MutableMapping
2224
MutableSequence

build/html/_sources/api/_autosummary/agentle.agents.conversations.mysql_conversation_store.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ agentle.agents.conversations.mysql\_conversation\_store
1818
AssistantMessage
1919
ConversationStore
2020
DeveloperMessage
21+
GeneratedAssistantMessage
2122
MySQLConversationStore
2223
Sequence
2324
UserMessage

build/html/_sources/api/_autosummary/agentle.agents.conversations.postgres_conversation_store.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ agentle.agents.conversations.postgres\_conversation\_store
1818
AssistantMessage
1919
ConversationStore
2020
DeveloperMessage
21+
GeneratedAssistantMessage
2122
PostgresConversationStore
2223
Sequence
2324
UserMessage

build/html/api/_autosummary/agentle.agents.conversations.callback_conversation_store.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -748,24 +748,30 @@
748748
<div class="table-wrapper autosummary longtable docutils container">
749749
<table class="autosummary longtable docutils align-default">
750750
<tbody>
751-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">AssistantMessage</span></code>(*[, role, reasoning])</p></td>
751+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Any</span></code>(*args, **kwargs)</p></td>
752+
<td><p>Special type indicating an unconstrained type.</p></td>
753+
</tr>
754+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">AssistantMessage</span></code>(*[, role, reasoning])</p></td>
752755
<td><p>Represents a message from an assistant in the system.</p></td>
753756
</tr>
754-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Awaitable</span></code>()</p></td>
757+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Awaitable</span></code>()</p></td>
755758
<td><p></p></td>
756759
</tr>
757-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Callable</span></code>()</p></td>
760+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Callable</span></code>()</p></td>
758761
<td><p></p></td>
759762
</tr>
760-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackConversationStore</span></code>(get_callback, ...)</p></td>
763+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">CallbackConversationStore</span></code>(get_callback, ...)</p></td>
761764
<td><p>A conversation store that uses user-provided callback functions for persistence.</p></td>
762765
</tr>
763-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">ConversationStore</span></code>([message_limit, ...])</p></td>
766+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">ConversationStore</span></code>([message_limit, ...])</p></td>
764767
<td><p></p></td>
765768
</tr>
766-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">DeveloperMessage</span></code>(*[, role])</p></td>
769+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">DeveloperMessage</span></code>(*[, role])</p></td>
767770
<td><p>Represents a message from a developer in the system.</p></td>
768771
</tr>
772+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">GeneratedAssistantMessage</span></code>(*[, role, reasoning])</p></td>
773+
<td><p>Represents a message generated by an assistant with parsed content.</p></td>
774+
</tr>
769775
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Sequence</span></code>()</p></td>
770776
<td><p>All the operations on a read-only sequence.</p></td>
771777
</tr>

build/html/api/_autosummary/agentle.agents.conversations.conversation_store.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,15 +698,21 @@
698698
<div class="table-wrapper autosummary longtable docutils container">
699699
<table class="autosummary longtable docutils align-default">
700700
<tbody>
701-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">AssistantMessage</span></code>(*[, role, reasoning])</p></td>
701+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Any</span></code>(*args, **kwargs)</p></td>
702+
<td><p>Special type indicating an unconstrained type.</p></td>
703+
</tr>
704+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">AssistantMessage</span></code>(*[, role, reasoning])</p></td>
702705
<td><p>Represents a message from an assistant in the system.</p></td>
703706
</tr>
704-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">ConversationStore</span></code>([message_limit, ...])</p></td>
707+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">ConversationStore</span></code>([message_limit, ...])</p></td>
705708
<td><p></p></td>
706709
</tr>
707-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">DeveloperMessage</span></code>(*[, role])</p></td>
710+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">DeveloperMessage</span></code>(*[, role])</p></td>
708711
<td><p>Represents a message from a developer in the system.</p></td>
709712
</tr>
713+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">GeneratedAssistantMessage</span></code>(*[, role, reasoning])</p></td>
714+
<td><p>Represents a message generated by an assistant with parsed content.</p></td>
715+
</tr>
710716
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Sequence</span></code>()</p></td>
711717
<td><p>All the operations on a read-only sequence.</p></td>
712718
</tr>

build/html/api/_autosummary/agentle.agents.conversations.firebase_conversation_store.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -708,18 +708,24 @@
708708
<div class="table-wrapper autosummary longtable docutils container">
709709
<table class="autosummary longtable docutils align-default">
710710
<tbody>
711-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">AssistantMessage</span></code>(*[, role, reasoning])</p></td>
711+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Any</span></code>(*args, **kwargs)</p></td>
712+
<td><p>Special type indicating an unconstrained type.</p></td>
713+
</tr>
714+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">AssistantMessage</span></code>(*[, role, reasoning])</p></td>
712715
<td><p>Represents a message from an assistant in the system.</p></td>
713716
</tr>
714-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">ConversationStore</span></code>([message_limit, ...])</p></td>
717+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">ConversationStore</span></code>([message_limit, ...])</p></td>
715718
<td><p></p></td>
716719
</tr>
717-
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">DeveloperMessage</span></code>(*[, role])</p></td>
720+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">DeveloperMessage</span></code>(*[, role])</p></td>
718721
<td><p>Represents a message from a developer in the system.</p></td>
719722
</tr>
720-
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">FirebaseConversationStore</span></code>(client[, ...])</p></td>
723+
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">FirebaseConversationStore</span></code>(client[, ...])</p></td>
721724
<td><p></p></td>
722725
</tr>
726+
<tr class="row-even"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">GeneratedAssistantMessage</span></code>(*[, role, reasoning])</p></td>
727+
<td><p>Represents a message generated by an assistant with parsed content.</p></td>
728+
</tr>
723729
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Sequence</span></code>()</p></td>
724730
<td><p>All the operations on a read-only sequence.</p></td>
725731
</tr>

0 commit comments

Comments
 (0)