Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
riyavsinha committed Feb 17, 2025
1 parent f31d81c commit f59f47c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 368 deletions.
360 changes: 0 additions & 360 deletions frontend/src/components/editor/ai/add-cell-with-agent.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion marimo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"video",
"vstack",
]
__version__ = "0.11.6"
__version__ = "0.0.1"

import marimo._ai as ai
import marimo._islands as islands
Expand Down
2 changes: 1 addition & 1 deletion marimo/_ai/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@mddoc
def register_agent(run_fn: Callable, name: str = "default") -> None:
def register_agent(run_fn: Callable[..., Any], name: str = "default") -> None:
"""Register an LLM agent."""
try:
_registry = get_context().agent_registry
Expand Down
Loading

0 comments on commit f59f47c

Please sign in to comment.