Commit Graph

18 Commits

Author SHA1 Message Date
Dominik Jain 8fbf9cec5c Initial agno agent implementation 2025-03-30 18:16:27 +02:00
Dominik Jain be2a9c45ae Update agno agent 2025-03-29 23:37:54 +01:00
Dominik Jain 2699b5b687 Formatting 2025-03-29 23:37:46 +01:00
Dominik Jain af4f405421 Merge branch 'main' of github.com:oraios/serena
Conflicts:
	scripts/mcp_server.py
	src/serena/llm/prompt_factory.py
	src/serena/mcp.py
2025-03-29 23:28:13 +01:00
Dominik Jain 871b193e85 Separate SerenaAgent and Tool abstractions from MCP code 2025-03-29 23:21:44 +01:00
Michael Panchenko 640b4523d5 Agno agent, WIP 2025-03-29 22:57:58 +01:00
Michael Panchenko ae5aeee3b4 Deleted boilerplate 2025-03-29 22:19:11 +01:00
Michael Panchenko 3ccd42fda3 Add uv entrypoint 2025-03-29 21:22:01 +01:00
Dominik Jain c828cfff30 Add GUI log viewer and corresponding handler 2025-03-29 16:51:47 +01:00
Michael Panchenko 9931b4ad7a Onboarding with memory files and thinking tools 2025-03-29 14:06:33 +01:00
Dominik Jain d0507c0a09 Move MCP code to the library, adding a minimal runnable script 2025-03-25 19:11:44 +01:00
Dominik Jain 3dc5a25d77 Merge branch 'main' of github.com:oraios/serena 2025-03-25 00:21:20 +01:00
Dominik Jain 63a0410778 Fix fastmcp's broken logging configuration 2025-03-25 00:21:16 +01:00
Michael Panchenko 2e32fb6040 Removed get_open_file_text from ls
Superseded by a method that doesn't require opening the file
2025-03-24 23:15:47 +01:00
Dominik Jain 4f389359d6 Add tool create_text_file 2025-03-24 17:07:40 +01:00
Dominik Jain 61f7c15b15 Support onboarding task (initial demo)
* Add LLM prompt factory (yaml-based)
  * Add list_dir tool
  * Add onboarding tool (which returns prompt only, as registered MCP prompts
    do not appear to be usable by Claude Desktop)
2025-03-24 17:07:40 +01:00
Dominik Jain 3eb33d2050 Add basic MCP server which can read files, updating README 2025-03-24 17:07:40 +01:00
Michael Panchenko e93169bc8d Initial commit from pymetrius template 2025-03-23 23:33:19 +01:00