Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
b3897d0
remove validation
joshuajerin May 29, 2025
2005afe
add tests
joshuajerin May 29, 2025
0fdc932
update deprecated docker files
joshuajerin May 29, 2025
54eecb5
Fix deprecated skills
spomichter May 29, 2025
6a924f4
initial commit
joshuajerin May 29, 2025
854455f
CI code cleanup
joshuajerin May 29, 2025
ed98209
updated cerebras_agent
joshuajerin May 29, 2025
050e34c
CI code cleanup
joshuajerin May 29, 2025
3dc29a4
remove unsupported fields in cerebras_agent
joshuajerin May 30, 2025
13aa492
CI code cleanup
joshuajerin May 30, 2025
1ae2fd5
minor changes
joshuajerin May 30, 2025
2c09553
CI code cleanup
joshuajerin May 30, 2025
504e999
Merge remote-tracking branch 'origin/dev' into cerebras_dev
joshuajerin May 30, 2025
e8e3be9
CI code cleanup
joshuajerin May 30, 2025
58dd0d6
remove validation
joshuajerin May 29, 2025
5ad6307
add tests
joshuajerin May 29, 2025
817d95d
update deprecated docker files
joshuajerin May 29, 2025
838ced0
Fix deprecated skills
spomichter May 29, 2025
9302a54
initial commit
joshuajerin May 29, 2025
f44797a
CI code cleanup
joshuajerin May 29, 2025
e164f38
updated cerebras_agent
joshuajerin May 29, 2025
bf7efac
CI code cleanup
joshuajerin May 29, 2025
6a7735d
remove unsupported fields in cerebras_agent
joshuajerin May 30, 2025
c451066
CI code cleanup
joshuajerin May 30, 2025
9879f6d
minor changes
joshuajerin May 30, 2025
2a98f5c
CI code cleanup
joshuajerin May 30, 2025
b58cf2f
Merge branch 'cerebras_dev' of https://github.com/dimensionalOS/dimos…
joshuajerin May 30, 2025
2b58761
merge dev
joshuajerin May 30, 2025
d5294ab
CI code cleanup
joshuajerin May 30, 2025
4926831
removes newline change
joshuajerin May 30, 2025
cb49cb0
Fixed lack of ResponseMessage pydantic type for Tooling Callback
spomichter May 30, 2025
56b4443
CI code cleanup
spomichter May 30, 2025
9ec5098
update test
joshuajerin May 31, 2025
c2e707d
CI code cleanup
joshuajerin May 31, 2025
3c34b92
updated changes
joshuajerin May 31, 2025
195c0f7
CI code cleanup
joshuajerin May 31, 2025
f1d0f74
Claude-specific code incorrecly used in observestream
spomichter May 31, 2025
e7c5bfe
Fix Cerebras tooling ID error - Cerebras one-off queries working
spomichter May 31, 2025
63ea9b9
Added Unitree-ROS testfile for cerebras
spomichter Jun 2, 2025
168e836
Support Multi-Tooling
joshuajerin Jun 3, 2025
6900c21
CI code cleanup
joshuajerin Jun 3, 2025
ed5739b
parse right tool calls
joshuajerin Jun 8, 2025
707ba99
add truncation logic
joshuajerin Jun 9, 2025
d92b10c
CI code cleanup
joshuajerin Jun 9, 2025
381b73c
add latest changes
joshuajerin Jun 10, 2025
b70c225
Complete merge
joshuajerin Jun 10, 2025
67f5820
Complete merge
joshuajerin Jun 10, 2025
5b6abce
CI code cleanup
joshuajerin Jun 10, 2025
e29bd06
Removed non-functioning tests
spomichter Jun 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dimos/agents/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def subscribe_to_query_processing(self, query_observable: Observable) -> Disposa
Returns:
Disposable: A disposable representing the subscription.
"""
print_emission_args = {"enabled": True, "dev_name": self.dev_name, "counts": {}}
print_emission_args = {"enabled": False, "dev_name": self.dev_name, "counts": {}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this change


def _process_query(query) -> Observable:
"""
Expand Down
Loading
Loading